Class FeatureDiscoveryData

java.lang.Object
com.atlassian.bamboo.feature.discovery.FeatureDiscoveryData

public class FeatureDiscoveryData extends Object
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).

  • Constructor Details

  • Method Details

    • getDocumentationHome

      @NotNull public @NotNull String getDocumentationHome()
      URL to a page which summarises all releases of Bamboo.
    • getNotifications

      @NotNull public @NotNull List<FeatureDiscoveryData.Notification> getNotifications()
      A collection of feature discovery notifications.