Uses of Class
com.atlassian.greenhopper.optionalfeatures.OptionalFeature

Packages that use OptionalFeature
com.atlassian.greenhopper.optionalfeatures   
 

Uses of OptionalFeature in com.atlassian.greenhopper.optionalfeatures
 

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

Methods in com.atlassian.greenhopper.optionalfeatures with parameters of type OptionalFeature
 com.atlassian.fugue.Option<OptionalFeatureRequirements> OptionalFeatureServiceImpl.getOptionalFeatureRequirements(OptionalFeature feature)
           
 com.atlassian.fugue.Option<OptionalFeatureRequirements> OptionalFeatureService.getOptionalFeatureRequirements(OptionalFeature feature)
           
 boolean OptionalFeatureServiceImpl.isOptionalFeatureAvailable(OptionalFeature feature)
           
 boolean OptionalFeatureService.isOptionalFeatureAvailable(OptionalFeature feature)
           
 



Copyright © 2007-2012 Atlassian. All Rights Reserved.