| 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 ProductVersionSpecifier |
ProductVersionSpecifier.buildNumber(int buildNumber)
Searches for a product version by build number.
|
static ProductVersionSpecifier |
ProductVersionSpecifier.latest()
Searches for the latest version.
|
static ProductVersionSpecifier |
ProductVersionSpecifier.name(String name)
Searches for a product version by name (version string).
|
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Option<ProductVersion> |
Products.getVersion(String productKey,
ProductVersionSpecifier versionQuery)
Queries a specific version of a product.
|
Copyright © 2019 Atlassian. All rights reserved.