| 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 ApplicationVersionsQuery |
ApplicationVersionsQuery.any()
Returns an ApplicationsQuery with no criteria, which will query the most recent application versions.
|
ApplicationVersionsQuery |
ApplicationVersionsQuery.Builder.build()
Returns an immutable
ApplicationVersionsQuery based on the current builder properties. |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationVersionsQuery.Builder |
ApplicationVersionsQuery.builder(ApplicationVersionsQuery query)
Returns a new
ApplicationVersionsQuery.Builder for constructing an ApplicationVersionsQuery based on an existing ApplicationVersionsQuery. |
Page<ApplicationVersion> |
Applications.getVersions(ApplicationKey applicationKey,
ApplicationVersionsQuery versionsQuery)
Gets a list of versions for an application.
|
Copyright © 2019 Atlassian. All rights reserved.