Class FeatureDiscoveryData
java.lang.Object
com.atlassian.bamboo.feature.discovery.FeatureDiscoveryData
Represents the data stored for feature discovery notifications.
This class is intended to be mapped 1:1 with the JSON document which contains the data (basically: simple DTO, no business logic).
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static class
static enum
static class
-
Constructor Summary
ConstructorDescriptionFeatureDiscoveryData
(@NotNull String documentationHome, @NotNull Iterable<FeatureDiscoveryData.Notification> notifications) -
Method Summary
Modifier and TypeMethodDescription@NotNull String
URL to a page which summarises all releases of Bamboo.@NotNull List<FeatureDiscoveryData.Notification>
A collection of feature discovery notifications.
-
Constructor Details
-
FeatureDiscoveryData
public FeatureDiscoveryData(@NotNull @NotNull String documentationHome, @NotNull @NotNull Iterable<FeatureDiscoveryData.Notification> notifications)
-
-
Method Details
-
getDocumentationHome
URL to a page which summarises all releases of Bamboo. -
getNotifications
A collection of feature discovery notifications.
-