Class FeatureDiscoveryData.Notification

java.lang.Object
com.atlassian.bamboo.feature.discovery.FeatureDiscoveryData.Notification
Enclosing class:
FeatureDiscoveryData

public static class FeatureDiscoveryData.Notification extends Object
  • Constructor Details

  • Method Details

    • getId

      public int getId()
      Unique identifier of the notification, for analytics.
    • getVersion

      @NotNull public @NotNull String getVersion()
      Version of product in which the feature got introduced. Only the major and minor part of the version are significant, e.g. 6.7.
    • getTitle

      @NotNull public @NotNull String getTitle()
      Title of the notification.
    • getDescription

      @NotNull public @NotNull String getDescription()
      Description of the notification.
    • isDataCenter

      public boolean isDataCenter()
      If feature available for Datacenter only.
    • getLinks

      @NotNull public @NotNull List<FeatureDiscoveryData.Link> getLinks()
      Links to display for the notification.