Uses of Enum Class
com.atlassian.jira.config.CoreFeatures
Packages that use CoreFeatures
Package
Description
-
Uses of CoreFeatures in com.atlassian.jira.config
Methods in com.atlassian.jira.config that return CoreFeaturesModifier and TypeMethodDescriptionstatic CoreFeaturesCoreFeatures.forFeatureKey(String featureKey) Returns the core feature with the given feature key.static CoreFeaturesReturns the enum constant of this class with the specified name.static CoreFeatures[]CoreFeatures.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.jira.config with parameters of type CoreFeaturesModifier and TypeMethodDescriptionbooleanFeatureManager.isEnabled(CoreFeatures feature) Checks whetherfeatureis enabled either in the running JIRA instance or for the current user. -
Uses of CoreFeatures in com.atlassian.jira.config.feature
Methods in com.atlassian.jira.config.feature with parameters of type CoreFeaturesModifier and TypeMethodDescriptionbooleanBootstrapFeatureManager.isEnabled(CoreFeatures coreFeature) booleanDefaultFeatureManager.isEnabled(CoreFeatures feature) -
Uses of CoreFeatures in com.atlassian.jira.mock
Methods in com.atlassian.jira.mock with parameters of type CoreFeaturesModifier and TypeMethodDescriptionMockFeatureManager.disableFeature(CoreFeatures feature) voidMockFeatureManager.enable(CoreFeatures feature) Deprecated.MockFeatureManager.enableFeature(CoreFeatures feature) booleanMockFeatureManager.isEnabled(CoreFeatures feature)
MockFeatureManager.enableFeature(CoreFeatures)instead