@Internal
public interface DarkFeatureService
| Modifier and Type | Field and Description |
|---|---|
static String |
BRANCH_INITIAL_BUILD_CHANGELIST |
static String |
SOX_COMPLIANCE_CONFIGURABLE_KEY |
| Modifier and Type | Method and Description |
|---|---|
void |
disableFeatureForCurrentUser(String featureKey)
Disable a given feature for the current user.
|
void |
disableFeatureForUser(String featureKey,
com.atlassian.user.User user)
Disable a given feature for a given user.
|
void |
enableFeatureForCurrentUser(String featureKey)
Enable a given feature for the current user.
|
void |
enableFeatureForUser(String featureKey,
com.atlassian.user.User user)
Enable a given feature for a given user.
|
boolean |
isAtlassianAccountEnabled()
Whether user profiles are managed by Atlassian Account
|
boolean |
isCloudExportEnabled()
Check if export for cloud is enabled (mainly view is available for users)
|
boolean |
isExperimentalPluginSpecsEnabled()
Check if experimental support for Specs DSL definitions in external plugins is enabled.
|
boolean |
isExperimentalRestAdminApiEnabled()
Check whether the experimental REST admin API is enabled.
|
boolean |
isFeatureForCurrentUserEnabled(String featureKey)
Check whether a given feature key is enabled for the current user.
|
boolean |
isFeatureForUserEnabled(String featureKey,
com.atlassian.user.User user)
Check whether a given feature key is enabled for a given user.
|
boolean |
isImprovedAdminPanelNav()
Whether improved navigation in administration panel is enabled.
|
boolean |
isSimplifiedPlanConfigEnabled()
Check whether the simplified plan configuration is enabled.
|
static final String SOX_COMPLIANCE_CONFIGURABLE_KEY
static final String BRANCH_INITIAL_BUILD_CHANGELIST
boolean isCloudExportEnabled()
boolean isSimplifiedPlanConfigEnabled()
boolean isExperimentalRestAdminApiEnabled()
boolean isExperimentalPluginSpecsEnabled()
boolean isAtlassianAccountEnabled()
boolean isImprovedAdminPanelNav()
void enableFeatureForCurrentUser(@NotNull
String featureKey)
featureKey - the feature key to be enabled.IllegalArgumentException - if the current user is not logged in.void enableFeatureForUser(@NotNull
String featureKey,
@NotNull
com.atlassian.user.User user)
featureKey - the feature key to be enabled.user - the user for which the feature should be enabled.org.acegisecurity.AccessDeniedException - if the current user is not an admin.void disableFeatureForCurrentUser(@NotNull
String featureKey)
featureKey - the feature key to be enabled.IllegalArgumentException - if the current user is not logged in.void disableFeatureForUser(@NotNull
String featureKey,
@NotNull
com.atlassian.user.User user)
featureKey - the feature key to be disabled.user - the user for which the feature should be disabled.org.acegisecurity.AccessDeniedException - if the current user is not an admin.boolean isFeatureForUserEnabled(@NotNull
String featureKey,
@NotNull
com.atlassian.user.User user)
featureKey - the feature keyuser - the userboolean isFeatureForCurrentUserEnabled(@NotNull
String featureKey)
featureKey - the feature keyCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.