| Package | Description |
|---|---|
| com.atlassian.marketplace.client.api |
Interfaces and immutable value classes used in the Atlassian Marketplace API.
|
| com.atlassian.marketplace.client.impl |
Internal implementation of Marketplace client APIs.
|
| com.atlassian.marketplace.client.model |
Entities that can be returned by the Atlassian Marketplace API.
|
| Modifier and Type | Method and Description |
|---|---|
Page<AddonReference> |
Addons.findBanners(AddonQuery query)
Similar to
Addons.find(com.atlassian.marketplace.client.api.AddonQuery), but further restricts the query to add-ons that have a banner image,
and returns minimal AddonReference results, whose getImage() method
will return the banner image. |
Page<AddonReference> |
Addons.findRecommendations(String addonKey,
AddonQuery query)
Returns add-ons that Marketplace considers similar to the specified add-on in some way,
optionally constrained by compatibility or other
AddonQuery properties. |
| Modifier and Type | Method and Description |
|---|---|
Iterable<AddonReference> |
InternalModel.AddonReferences.getItems() |
| Modifier and Type | Method and Description |
|---|---|
static InternalModel.AddonReferences |
InternalModel.addonReferences(Links links,
com.google.common.collect.ImmutableList<AddonReference> items,
int count) |
| Modifier and Type | Method and Description |
|---|---|
AddonReference |
TestModelBuilders.AddonReferenceBuilder.build() |
Copyright © 2019 Atlassian. All rights reserved.