| Package | Description |
|---|---|
| com.atlassian.marketplace.client |
Top-level interfaces and value classes for the Atlassian Marketplace API.
|
| com.atlassian.marketplace.client.impl |
Internal implementation of Marketplace client APIs.
|
| Modifier and Type | Method and Description |
|---|---|
static MarketplaceClient |
MarketplaceClientFactory.createMarketplaceClient()
Creates a
MarketplaceClient instance using the default server URI and configuration. |
static MarketplaceClient |
MarketplaceClientFactory.createMarketplaceClient(HttpConfiguration configuration)
Creates a
MarketplaceClient instance using a specific configuration, and the default
server URI. |
static MarketplaceClient |
MarketplaceClientFactory.createMarketplaceClient(URI baseUri)
Creates a
MarketplaceClient instance using a specific server URI, using defaults for all
other configuration properties. |
static MarketplaceClient |
MarketplaceClientFactory.createMarketplaceClient(URI baseUri,
HttpConfiguration configuration)
Creates a
MarketplaceClient instance using a specific server URI and configuration. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMarketplaceClient
Default implementation of
MarketplaceClient for the Marketplace 2.0 API. |
Copyright © 2019 Atlassian. All rights reserved.