public class FeatureDiscoveryData extends Object
This class is intended to be mapped 1:1 with the JSON document which contains the data (basically: simple DTO, no business logic).
Modifier and Type | Class and Description |
---|---|
static class |
FeatureDiscoveryData.Condition |
static class |
FeatureDiscoveryData.Link |
static class |
FeatureDiscoveryData.LinkType |
static class |
FeatureDiscoveryData.Notification |
Constructor and Description |
---|
FeatureDiscoveryData(@NotNull String documentationHome,
@NotNull Iterable<FeatureDiscoveryData.Notification> notifications) |
Modifier and Type | Method and Description |
---|---|
@NotNull String |
getDocumentationHome()
URL to a page which summarises all releases of Bamboo.
|
@NotNull List<FeatureDiscoveryData.Notification> |
getNotifications()
A collection of feature discovery notifications.
|
public FeatureDiscoveryData(@NotNull @NotNull String documentationHome, @NotNull @NotNull Iterable<FeatureDiscoveryData.Notification> notifications)
@NotNull public @NotNull String getDocumentationHome()
@NotNull public @NotNull List<FeatureDiscoveryData.Notification> getNotifications()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.
View cookie preferences