| Package | Description |
|---|---|
| com.atlassian.jira.config | |
| 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 |
BootstrapFeatureManager.isEnabled(CoreFeatures coreFeature) |
boolean |
DefaultFeatureManager.isEnabled(CoreFeatures feature) |
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 |
|---|---|
void |
MockFeatureManager.enable(CoreFeatures feature) |
boolean |
MockFeatureManager.isEnabled(CoreFeatures feature) |
Copyright © 2002-2015 Atlassian. All Rights Reserved.