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

Packages that use CoreFeatures
com.atlassian.jira.config   
 

Uses of CoreFeatures in com.atlassian.jira.config
 

Methods in com.atlassian.jira.config that return CoreFeatures
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 FeatureManager.isEnabled(CoreFeatures coreFeature)
          Checks whether a feature with given coreFeature is enabled in the running JIRA instance.
 boolean DefaultFeatureManager.isEnabled(CoreFeatures coreFeature)
           
 boolean BootstrapFeatureManager.isEnabled(CoreFeatures coreFeature)
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.