java.lang.Object | |
↳ | com.atlassian.jira.config.feature.BootstrapInstanceFeatureManager |
Simple instance feature manager used during bootstrap. Setup does not use features at all currently.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a set containing the feature keys of all features that are currently enabled.
| |||||||||||
Checks whether feature
featureKey is enabled in the this JIRA instance. | |||||||||||
Checks if JIRA is running in OnDemand mode.
|
[Expand]
Inherited Methods | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||
![]()
|
Returns a set containing the feature keys of all features that are currently enabled.
Checks whether feature featureKey
is enabled in the this JIRA instance. It only checks global instance
features that are not tenant specific (features defined in system properties, property files, installed plugins
etc.)
This method can be called without request context safely (i.e. during plugin initialisation).
If the featureKey relates to a feature flag that is defined, then it will also take the
default values into consideration.
featureKey | feature key |
---|
true
, if feature identified by featureKey is enabled, false
otherwise
Checks if JIRA is running in OnDemand mode.
true
if this is JIRA OnDemand; false
otherwise