Package | Description |
---|---|
com.atlassian.jira.config | |
com.atlassian.jira.config.feature | |
com.atlassian.jira.mock |
Modifier and Type | Method and Description |
---|---|
static CoreFeatures |
CoreFeatures.forFeatureKey(String featureKey)
Returns the core feature with the given feature key.
|
static CoreFeatures |
CoreFeatures.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoreFeatures[] |
CoreFeatures.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FeatureManager.isEnabled(CoreFeatures feature)
Checks whether
feature is enabled either in the running JIRA instance
or for the current user. |
Modifier and Type | Method and Description |
---|---|
boolean |
BootstrapFeatureManager.isEnabled(CoreFeatures coreFeature) |
boolean |
DefaultFeatureManager.isEnabled(CoreFeatures feature) |
Modifier and Type | Method and Description |
---|---|
MockFeatureManager |
MockFeatureManager.disableFeature(CoreFeatures feature) |
void |
MockFeatureManager.enable(CoreFeatures feature)
Deprecated.
Use
MockFeatureManager.enableFeature(CoreFeatures) instead |
MockFeatureManager |
MockFeatureManager.enableFeature(CoreFeatures feature) |
boolean |
MockFeatureManager.isEnabled(CoreFeatures feature) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.