Package | Description |
---|---|
com.atlassian.jira.config | |
com.atlassian.jira.config.feature | |
com.atlassian.jira.mock |
Modifier and Type | Class and Description |
---|---|
class |
CoreFeatures
Core manipulable JIRA features.
|
class |
FeatureFlag
A FeatureFlag is a simple declaration of a key and whether the flag is considered on or off by default.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FeatureManager.isEnabled(Feature feature)
Checks whether or not the specified feature is enabled.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BootstrapFeatureManager.isEnabled(Feature coreFeature) |
boolean |
DefaultFeatureManager.isEnabled(Feature feature) |
Modifier and Type | Method and Description |
---|---|
MockFeatureManager |
MockFeatureManager.disable(Feature feature)
Deprecated.
Use
MockFeatureManager.disableFeature(Feature) instead |
MockFeatureManager |
MockFeatureManager.disableFeature(Feature feature) |
void |
MockFeatureManager.enable(Feature feature)
Deprecated.
Use
MockFeatureManager.enableFeature(Feature) instead |
MockFeatureManager |
MockFeatureManager.enableFeature(Feature feature) |
boolean |
MockFeatureManager.isEnabled(Feature feature) |
Copyright © 2002-2021 Atlassian. All Rights Reserved.