| Package | Description |
|---|---|
| com.atlassian.marketplace.client.api |
Interfaces and immutable value classes used in the Atlassian Marketplace API.
|
| Modifier and Type | Method and Description |
|---|---|
static ImagePurpose |
ImagePurpose.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImagePurpose[] |
ImagePurpose.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImageId |
Assets.uploadImage(File imageFile,
ImagePurpose imageType)
Uploads an image file to the Marketplace server, which can then be used for an image
property of a model object that you are planning to create or update.
|
Copyright © 2019 Atlassian. All rights reserved.