Uses of Interface
com.atlassian.jira.config.Feature

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

Uses of Feature in com.atlassian.jira.config
 

Classes in com.atlassian.jira.config that implement Feature
 class CoreFeatures
          Core manipulable JIRA features.
 

Methods in com.atlassian.jira.config with parameters of type Feature
 boolean BootstrapFeatureManager.isEnabled(Feature coreFeature)
           
 boolean DefaultFeatureManager.isEnabled(Feature feature)
           
 boolean FeatureManager.isEnabled(Feature feature)
          Checks whether or not the specified feature is enabled.
 

Uses of Feature in com.atlassian.jira.mock
 

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



Copyright © 2002-2014 Atlassian. All Rights Reserved.