Class GlobalBoardDarkFeatureManager

java.lang.Object
com.atlassian.greenhopper.features.GlobalBoardDarkFeatureManager

@Service public class GlobalBoardDarkFeatureManager extends Object
Control the Dark Feature that disables the Global Board sidebar Methods in this class have a really straightforward implementation except that they need to be carefully read as when the Dark Feature is enabled it means the Global Board sidebar is disabled, and vice-versa.
Since:
v6.7
  • Constructor Details

    • GlobalBoardDarkFeatureManager

      public GlobalBoardDarkFeatureManager()
  • Method Details

    • disableGlobalBoard

      public void disableGlobalBoard()
    • enableGlobalBoard

      public void enableGlobalBoard()
    • isEnabled

      public boolean isEnabled()