Uses of Class
com.atlassian.jira.config.CoreFeatures

Packages that use CoreFeatures
com.atlassian.jira.config   
com.atlassian.jira.mock   
 

Uses of CoreFeatures in com.atlassian.jira.config
 

Methods in com.atlassian.jira.config that return CoreFeatures
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.
 

Methods in com.atlassian.jira.config with parameters of type CoreFeatures
 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.
 

Uses of CoreFeatures in com.atlassian.jira.mock
 

Methods in com.atlassian.jira.mock with parameters of type CoreFeatures
 void MockFeatureManager.enable(CoreFeatures feature)
           
 boolean MockFeatureManager.isEnabled(CoreFeatures feature)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.