Class GlobalBoardDarkFeatureManager
java.lang.Object
com.atlassian.greenhopper.features.GlobalBoardDarkFeatureManager
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
boolean
-
Constructor Details
-
GlobalBoardDarkFeatureManager
public GlobalBoardDarkFeatureManager()
-
-
Method Details
-
disableGlobalBoard
public void disableGlobalBoard() -
enableGlobalBoard
public void enableGlobalBoard() -
isEnabled
public boolean isEnabled()
-