| Package | Description |
|---|---|
| com.atlassian.marketplace.client.model |
Entities that can be returned by the Atlassian Marketplace API.
|
| Modifier and Type | Method and Description |
|---|---|
protected Screenshot |
ModelBuilders.ScreenshotBuilder.buildUnsafe() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Screenshot> |
AddonVersion.getScreenshots()
Screenshot images with optional captions.
|
io.atlassian.fugue.Option<Iterable<Screenshot>> |
AddonVersion.getScreenshotsIfSpecified()
Same as
AddonVersion.getScreenshots(), but returns none() rather than an empty
list if this is a new version that you are creating which has no screenshots specified
(meaning that it will inherit its screenshots from the previous version). |
| Modifier and Type | Method and Description |
|---|---|
TestModelBuilders.AddonVersionBuilder |
TestModelBuilders.AddonVersionBuilder.screenshots(Iterable<Screenshot> screenshots) |
ModelBuilders.AddonVersionBuilder |
ModelBuilders.AddonVersionBuilder.screenshots(Iterable<Screenshot> screenshots) |
Copyright © 2019 Atlassian. All rights reserved.