| 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 |
|---|---|
static AddonExternalLinkType |
AddonExternalLinkType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddonExternalLinkType[] |
AddonExternalLinkType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TestModelBuilders.AddonBuilder |
TestModelBuilders.AddonBuilder.externalLinkUri(AddonExternalLinkType type,
io.atlassian.fugue.Option<URI> issueTrackerUri) |
ModelBuilders.AddonBuilder |
ModelBuilders.AddonBuilder.externalLinkUri(AddonExternalLinkType type,
io.atlassian.fugue.Option<URI> uri)
Sets one of the vendor-specified external links for the add-on.
|
io.atlassian.fugue.Option<URI> |
Addon.getExternalLinkUri(AddonExternalLinkType type)
Returns one of the optional vendor-specified external links for the add-on.
|
Copyright © 2019 Atlassian. All rights reserved.