| Package | Description |
|---|---|
| com.atlassian.upm.application.marketplace |
| Modifier and Type | Method and Description |
|---|---|
MarketplaceResult<Iterable<AppUpdateInfo>> |
ApplicationMarketplaceQueriesImpl.getAppUpdateInfo(int targetPlatformBuildNumber,
Iterable<com.atlassian.application.api.Application> installedApps) |
MarketplaceResult<Iterable<AppUpdateInfo>> |
ApplicationMarketplaceQueries.getAppUpdateInfo(int targetPlatformBuildNumber,
Iterable<com.atlassian.application.api.Application> installedApps)
Query Marketplace for available updates to installed applications.
|
MarketplaceResult<Iterable<com.atlassian.marketplace.client.model.Product>> |
ApplicationMarketplaceQueriesImpl.getAvailableAppsInfo(boolean withPlatform,
io.atlassian.fugue.Option<Integer> platformBuildNumber) |
MarketplaceResult<Iterable<com.atlassian.marketplace.client.model.Product>> |
ApplicationMarketplaceQueries.getAvailableAppsInfo(boolean withPlatform,
io.atlassian.fugue.Option<Integer> platformBuildNumber)
Get listings for available applications from Marketplace.
|
MarketplaceResult<Map<String,com.atlassian.marketplace.client.model.ProductVersion>> |
ApplicationMarketplaceQueriesImpl.getMpacVersionInfoForInstalledApps(Iterable<com.atlassian.application.api.Application> apps) |
MarketplaceResult<Map<String,com.atlassian.marketplace.client.model.ProductVersion>> |
ApplicationMarketplaceQueries.getMpacVersionInfoForInstalledApps(Iterable<com.atlassian.application.api.Application> apps)
Query Marketplace to get version info for the provided applications if found
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Iterable<T> |
MarketplaceResult.listFromResult(MarketplaceResult<Iterable<T>> result) |
Copyright © 2024 Atlassian. All rights reserved.