Class PulpFeature

java.lang.Object
com.atlassian.jira.pulp.PulpFeature

@Named public class PulpFeature extends Object
Post Upgrade Landing Page feature flag accessor.
  • Constructor Details

    • PulpFeature

      @Inject public PulpFeature(FeatureManager featureManager)
  • Method Details

    • isEnabled

      public boolean isEnabled()
      Indicates whether the Post Upgrade Landing Page is enabled for this JIRA instance.
      Returns:
      see above
    • getKey

      public static String getKey()
      Returns the feature key of the post upgrade landing page flag.
      Returns:
      see above