public class BootstrapDarkFeatureManager extends Object implements com.atlassian.sal.api.features.DarkFeatureManager
Constructor and Description |
---|
BootstrapDarkFeatureManager(FeaturesLoader featuresLoader) |
Modifier and Type | Method and Description |
---|---|
boolean |
canManageFeaturesForAllUsers() |
void |
disableFeatureForAllUsers(String s) |
void |
disableFeatureForCurrentUser(String s) |
void |
disableFeatureForUser(com.atlassian.sal.api.user.UserKey userKey,
String s) |
void |
enableFeatureForAllUsers(String s) |
void |
enableFeatureForCurrentUser(String s) |
void |
enableFeatureForUser(com.atlassian.sal.api.user.UserKey userKey,
String s) |
com.atlassian.sal.api.features.EnabledDarkFeatures |
getFeaturesEnabledForAllUsers() |
com.atlassian.sal.api.features.EnabledDarkFeatures |
getFeaturesEnabledForCurrentUser() |
com.atlassian.sal.api.features.EnabledDarkFeatures |
getFeaturesEnabledForUser(com.atlassian.sal.api.user.UserKey userKey) |
Optional<Boolean> |
isEnabledForAllUsers(String featureKey) |
Optional<Boolean> |
isEnabledForCurrentUser(String featureKey) |
Optional<Boolean> |
isEnabledForUser(com.atlassian.sal.api.user.UserKey userKey,
String featureKey) |
boolean |
isFeatureEnabledForAllUsers(String featureKey)
Deprecated.
|
boolean |
isFeatureEnabledForCurrentUser(String featureKey)
Deprecated.
|
boolean |
isFeatureEnabledForUser(com.atlassian.sal.api.user.UserKey userKey,
String featureKey)
Deprecated.
|
public BootstrapDarkFeatureManager(FeaturesLoader featuresLoader)
@Nonnull public Optional<Boolean> isEnabledForAllUsers(@Nonnull String featureKey)
isEnabledForAllUsers
in interface com.atlassian.sal.api.features.DarkFeatureManager
@Nonnull public Optional<Boolean> isEnabledForCurrentUser(@Nonnull String featureKey)
isEnabledForCurrentUser
in interface com.atlassian.sal.api.features.DarkFeatureManager
@Nonnull public Optional<Boolean> isEnabledForUser(@Nullable com.atlassian.sal.api.user.UserKey userKey, @Nonnull String featureKey)
isEnabledForUser
in interface com.atlassian.sal.api.features.DarkFeatureManager
@Deprecated public boolean isFeatureEnabledForAllUsers(String featureKey)
isFeatureEnabledForAllUsers
in interface com.atlassian.sal.api.features.DarkFeatureManager
@Deprecated public boolean isFeatureEnabledForCurrentUser(String featureKey)
isFeatureEnabledForCurrentUser
in interface com.atlassian.sal.api.features.DarkFeatureManager
@Deprecated public boolean isFeatureEnabledForUser(com.atlassian.sal.api.user.UserKey userKey, String featureKey)
isFeatureEnabledForUser
in interface com.atlassian.sal.api.features.DarkFeatureManager
public boolean canManageFeaturesForAllUsers()
canManageFeaturesForAllUsers
in interface com.atlassian.sal.api.features.DarkFeatureManager
public void enableFeatureForAllUsers(String s)
enableFeatureForAllUsers
in interface com.atlassian.sal.api.features.DarkFeatureManager
public void disableFeatureForAllUsers(String s)
disableFeatureForAllUsers
in interface com.atlassian.sal.api.features.DarkFeatureManager
public void enableFeatureForCurrentUser(String s)
enableFeatureForCurrentUser
in interface com.atlassian.sal.api.features.DarkFeatureManager
public void enableFeatureForUser(com.atlassian.sal.api.user.UserKey userKey, String s)
enableFeatureForUser
in interface com.atlassian.sal.api.features.DarkFeatureManager
public void disableFeatureForCurrentUser(String s)
disableFeatureForCurrentUser
in interface com.atlassian.sal.api.features.DarkFeatureManager
public void disableFeatureForUser(com.atlassian.sal.api.user.UserKey userKey, String s)
disableFeatureForUser
in interface com.atlassian.sal.api.features.DarkFeatureManager
public com.atlassian.sal.api.features.EnabledDarkFeatures getFeaturesEnabledForAllUsers()
getFeaturesEnabledForAllUsers
in interface com.atlassian.sal.api.features.DarkFeatureManager
public com.atlassian.sal.api.features.EnabledDarkFeatures getFeaturesEnabledForCurrentUser()
getFeaturesEnabledForCurrentUser
in interface com.atlassian.sal.api.features.DarkFeatureManager
public com.atlassian.sal.api.features.EnabledDarkFeatures getFeaturesEnabledForUser(com.atlassian.sal.api.user.UserKey userKey)
getFeaturesEnabledForUser
in interface com.atlassian.sal.api.features.DarkFeatureManager
Copyright © 2002-2019 Atlassian. All Rights Reserved.