| Package | Description |
|---|---|
| com.atlassian.marketplace.client.model |
Entities that can be returned by the Atlassian Marketplace API.
|
| Modifier and Type | Method and Description |
|---|---|
static ConnectScope |
TestModelBuilders.connectScope(String key,
String name,
String description)
Creates a new
ConnectScope. |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ConnectScope> |
AddonVersionBase.getConnectScopes()
List of Atlassian Connect scopes used by the version, if it is an Atlassian Connect add-on;
otherwise an empty list.
|
| Modifier and Type | Method and Description |
|---|---|
TestModelBuilders.AddonVersionBuilder |
TestModelBuilders.AddonVersionBuilder.scopes(Iterable<ConnectScope> scopes) |
TestModelBuilders.AddonVersionSummaryBuilder |
TestModelBuilders.AddonVersionSummaryBuilder.scopes(Iterable<ConnectScope> scopes) |
Copyright © 2019 Atlassian. All rights reserved.