| Package | Description |
|---|---|
| com.atlassian.marketplace.client.api |
Interfaces and immutable value classes used in the Atlassian Marketplace API.
|
| com.atlassian.marketplace.client.impl |
Internal implementation of Marketplace client APIs.
|
| com.atlassian.marketplace.client.model |
Entities that can be returned by the Atlassian Marketplace API.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationVersion |
Applications.createVersion(ApplicationKey applicationKey,
ApplicationVersion version)
Creates a new version for an existing application.
|
ApplicationVersion |
Applications.updateVersion(ApplicationVersion original,
ApplicationVersion updated)
Attempts to modify an existing application version.
|
| Modifier and Type | Method and Description |
|---|---|
Page<ApplicationVersion> |
Applications.getVersions(ApplicationKey applicationKey,
ApplicationVersionsQuery versionsQuery)
Gets a list of versions for an application.
|
Optional<ApplicationVersion> |
Applications.safeGetVersion(ApplicationKey applicationKey,
ApplicationVersionSpecifier versionQuery)
Queries a specific version of an application.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationVersion |
Applications.createVersion(ApplicationKey applicationKey,
ApplicationVersion version)
Creates a new version for an existing application.
|
ApplicationVersion |
Applications.updateVersion(ApplicationVersion original,
ApplicationVersion updated)
Attempts to modify an existing application version.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<ApplicationVersion> |
InternalModel.ApplicationVersions.getItems() |
| Modifier and Type | Method and Description |
|---|---|
static InternalModel.ApplicationVersions |
InternalModel.applicationVersions(Links links,
com.google.common.collect.ImmutableList<ApplicationVersion> items,
int count) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationVersion |
TestModelBuilders.ApplicationVersionBuilder.build() |
protected ApplicationVersion |
ModelBuilders.ApplicationVersionBuilder.buildUnsafe() |
| Modifier and Type | Method and Description |
|---|---|
static TestModelBuilders.ApplicationVersionBuilder |
TestModelBuilders.applicationVersion(ApplicationVersion from)
Creates a new
TestModelBuilders.ApplicationVersionBuilder. |
static ModelBuilders.ApplicationVersionBuilder |
ModelBuilders.applicationVersion(ApplicationVersion from)
Creates a new
ModelBuilders.ApplicationVersionBuilder initialized from the properties of an existing ApplicationVersion. |
Copyright © 2019 Atlassian. All rights reserved.