| 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 |
|---|---|
Addon |
Addons.createAddon(Addon addon)
Creates a new add-on listing.
|
Addon |
Addons.updateAddon(Addon original,
Addon updated)
Attempts to modify an existing add-on.
|
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Option<Addon> |
Addons.getByKey(String addonKey,
AddonQuery query)
Queries detail information for a single add-on.
|
| Modifier and Type | Method and Description |
|---|---|
Addon |
Addons.createAddon(Addon addon)
Creates a new add-on listing.
|
Addon |
Addons.updateAddon(Addon original,
Addon updated)
Attempts to modify an existing add-on.
|
| Modifier and Type | Method and Description |
|---|---|
Addon |
TestModelBuilders.AddonBuilder.build() |
protected Addon |
ModelBuilders.AddonBuilder.buildUnsafe() |
| Modifier and Type | Method and Description |
|---|---|
static ModelBuilders.AddonBuilder |
ModelBuilders.addon(Addon from)
Creates a new
ModelBuilders.AddonBuilder initialized from the properties of an existing Addon. |
static TestModelBuilders.AddonBuilder |
TestModelBuilders.addon(Addon from)
Creates a new
TestModelBuilders.AddonBuilder. |
Copyright © 2019 Atlassian. All rights reserved.