Uses of Class
com.pyxis.greenhopper.jira.configurations.BetaFeatures

Packages that use BetaFeatures
com.atlassian.greenhopper.service.configuration   
com.pyxis.greenhopper.jira.conditions   
com.pyxis.greenhopper.jira.configurations   
 

Uses of BetaFeatures in com.atlassian.greenhopper.service.configuration
 

Methods in com.atlassian.greenhopper.service.configuration that return types with arguments of type BetaFeatures
 java.util.List<BetaFeatures> GreenHopperSettingsServiceImpl.getAllBetaFeatures()
           
 java.util.List<BetaFeatures> GreenHopperSettingsService.getAllBetaFeatures()
           
 

Methods in com.atlassian.greenhopper.service.configuration with parameters of type BetaFeatures
 void GreenHopperSettingsServiceImpl.disableBetaFeature(BetaFeatures feature)
           
 void GreenHopperSettingsService.disableBetaFeature(BetaFeatures feature)
          Disable the specified beta feature.
 void GreenHopperSettingsServiceImpl.enableBetaFeature(BetaFeatures feature)
           
 void GreenHopperSettingsService.enableBetaFeature(BetaFeatures feature)
          Enable the specified beta feature.
 boolean GreenHopperSettingsServiceImpl.isBetaFeatureEnabled(BetaFeatures feature)
           
 boolean GreenHopperSettingsService.isBetaFeatureEnabled(BetaFeatures feature)
          Is the specified beta feature enabled?
 

Uses of BetaFeatures in com.pyxis.greenhopper.jira.conditions
 

Methods in com.pyxis.greenhopper.jira.conditions that return BetaFeatures
protected abstract  BetaFeatures BetaFeatureEnabledCondition.getFeature()
           
 

Uses of BetaFeatures in com.pyxis.greenhopper.jira.configurations
 

Methods in com.pyxis.greenhopper.jira.configurations that return BetaFeatures
static BetaFeatures BetaFeatures.findByKey(java.lang.String key)
           
static BetaFeatures BetaFeatures.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BetaFeatures[] BetaFeatures.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.