| Package | Description |
|---|---|
| com.atlassian.marketplace.client.api |
Interfaces and immutable value classes used in the Atlassian Marketplace API.
|
| Modifier and Type | Method and Description |
|---|---|
static AddonVersionsQuery |
AddonVersionsQuery.any()
Returns an AddonVersionsQuery with no criteria, which will match any available versions.
|
AddonVersionsQuery |
AddonVersionsQuery.Builder.build()
Returns an immutable
AddonVersionsQuery based on the current builder properties. |
| Modifier and Type | Method and Description |
|---|---|
static AddonVersionsQuery.Builder |
AddonVersionsQuery.builder(AddonVersionsQuery query)
Returns a new
AddonVersionsQuery.Builder for constructing an AddonVersionsQuery based on an existing AddonVersionsQuery. |
Page<AddonVersionSummary> |
Addons.getVersions(String addonKey,
AddonVersionsQuery versionsQuery)
Gets a list of versions for an add-on.
|
Optional<AddonVersion> |
Addons.safeGetVersion(String addonKey,
AddonVersionSpecifier version,
AddonVersionsQuery query)
Queries one version of an add-on.
|
Copyright © 2019 Atlassian. All rights reserved.