| 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 |
|---|---|
Page<AddonVersionSummary> |
Addons.getVersions(String addonKey,
AddonVersionsQuery versionsQuery)
Gets a list of versions for an add-on.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<AddonVersionSummary> |
InternalModel.AddonVersions.getItems() |
| Modifier and Type | Method and Description |
|---|---|
static InternalModel.AddonVersions |
InternalModel.addonVersions(Links links,
com.google.common.collect.ImmutableList<AddonVersionSummary> items,
int count) |
| Modifier and Type | Method and Description |
|---|---|
AddonVersionSummary |
TestModelBuilders.AddonVersionSummaryBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
io.atlassian.fugue.Option<AddonVersionSummary> |
AddonSummary.getVersion()
Details of one of the add-on's versions.
|
| Modifier and Type | Method and Description |
|---|---|
TestModelBuilders.AddonSummaryBuilder |
TestModelBuilders.AddonSummaryBuilder.version(io.atlassian.fugue.Option<AddonVersionSummary> version) |
Copyright © 2019 Atlassian. All rights reserved.