java.lang.Object |
↳ |
com.atlassian.jira.config.feature.BootstrapDarkFeatureManager |
Class Overview
Dark feature manager used during JIRA bootstrap. Effectively only dark features that are set in
jira-features.properties or in command line are taken into account.
Summary
[Expand]
Inherited Constants |
From interface
com.atlassian.sal.api.features.DarkFeatureManager
String |
ATLASSIAN_DARKFEATURE_PREFIX |
|
String |
DARKFEATURES_PROPERTIES_FILE_PROPERTY |
|
String |
DARKFEATURES_PROPERTIES_FILE_PROPERTY_DEFAULT |
|
String |
DISABLE_ALL_DARKFEATURES_PROPERTY |
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
com.atlassian.sal.api.features.DarkFeatureManager
boolean
|
canManageFeaturesForAllUsers()
|
void
|
disableFeatureForAllUsers(String arg0)
|
void
|
disableFeatureForCurrentUser(String arg0)
|
void
|
disableFeatureForUser(UserKey arg0, String arg1)
|
void
|
enableFeatureForAllUsers(String arg0)
|
void
|
enableFeatureForCurrentUser(String arg0)
|
void
|
enableFeatureForUser(UserKey arg0, String arg1)
|
EnabledDarkFeatures
|
getFeaturesEnabledForAllUsers()
|
EnabledDarkFeatures
|
getFeaturesEnabledForCurrentUser()
|
EnabledDarkFeatures
|
getFeaturesEnabledForUser(UserKey arg0)
|
boolean
|
isFeatureEnabledForAllUsers(String arg0)
|
boolean
|
isFeatureEnabledForCurrentUser(String arg0)
|
boolean
|
isFeatureEnabledForUser(UserKey arg0, String arg1)
|
|
Public Constructors
Public Methods
public
boolean
canManageFeaturesForAllUsers
()
public
void
disableFeatureForAllUsers
(String s)
public
void
disableFeatureForCurrentUser
(String s)
public
void
disableFeatureForUser
(UserKey userKey, String s)
public
void
enableFeatureForAllUsers
(String s)
public
void
enableFeatureForCurrentUser
(String s)
public
void
enableFeatureForUser
(UserKey userKey, String s)
public
EnabledDarkFeatures
getFeaturesEnabledForAllUsers
()
public
EnabledDarkFeatures
getFeaturesEnabledForCurrentUser
()
public
EnabledDarkFeatures
getFeaturesEnabledForUser
(UserKey userKey)
public
boolean
isFeatureEnabledForAllUsers
(String featureKey)
public
boolean
isFeatureEnabledForCurrentUser
(String featureKey)
public
boolean
isFeatureEnabledForUser
(UserKey userKey, String featureKey)