| 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 ArtifactId |
ArtifactId.fromUri(URI uri)
Specifies the URI of an artifact that is available online.
|
ArtifactId |
Assets.uploadAddonArtifact(File artifactFile)
Uploads an add-on artifact (.jar or .obr) to the Marketplace server, which can then
be used for an add-on version that you are planning to create.
|
| Modifier and Type | Method and Description |
|---|---|
ModelBuilders.AddonVersionBuilder |
ModelBuilders.AddonVersionBuilder.artifact(io.atlassian.fugue.Option<ArtifactId> artifact) |
Copyright © 2019 Atlassian. All rights reserved.