| Package | Description |
|---|---|
| com.atlassian.marketplace.client.api |
Interfaces and immutable value classes used in the Atlassian Marketplace API.
|
| com.atlassian.marketplace.client.model |
Entities that can be returned by the Atlassian Marketplace API.
|
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Option<ProductVersion> |
Products.getVersion(String productKey,
ProductVersionSpecifier versionQuery)
Queries a specific version of a product.
|
| Modifier and Type | Method and Description |
|---|---|
ProductVersion |
TestModelBuilders.ProductVersionBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Option<ProductVersion> |
Product.getVersion()
The product's current version (or the version that matched the query), if available.
|
| Modifier and Type | Method and Description |
|---|---|
TestModelBuilders.ProductBuilder |
TestModelBuilders.ProductBuilder.version(com.atlassian.fugue.Option<ProductVersion> version) |
Copyright © 2019 Atlassian. All rights reserved.