| Package | Description |
|---|---|
| com.atlassian.marketplace.client.model |
Entities that can be returned by the Atlassian Marketplace API.
|
| Modifier and Type | Method and Description |
|---|---|
protected Highlight |
ModelBuilders.HighlightBuilder.buildUnsafe() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Highlight> |
AddonVersion.getHighlights()
The image/text "highlight" items that are featured in a public add-on listing; may be
omitted for private versions.
|
com.atlassian.fugue.Option<Iterable<Highlight>> |
AddonVersion.getHighlightsIfSpecified()
Same as
AddonVersion.getHighlights(), but returns none() rather than an empty
list if this is a new version that you are creating which has no highlights specified
(meaning that it will inherit its highlights from the previous version). |
| Modifier and Type | Method and Description |
|---|---|
ModelBuilders.AddonVersionBuilder |
ModelBuilders.AddonVersionBuilder.highlights(Iterable<Highlight> highlights) |
TestModelBuilders.AddonVersionBuilder |
TestModelBuilders.AddonVersionBuilder.highlights(Iterable<Highlight> highlights) |
Copyright © 2019 Atlassian. All rights reserved.