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
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic classstatic enumstatic class -
Constructor Summary
ConstructorsConstructorDescriptionFeatureDiscoveryData(@NotNull String documentationHome, @NotNull Iterable<FeatureDiscoveryData.Notification> notifications) -
Method Summary
Modifier and TypeMethodDescription@NotNull StringURL 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.
-