Uses of Class
com.atlassian.greenhopper.service.workflow.PredefinedStatuses

Packages that use PredefinedStatuses
com.atlassian.greenhopper.service.workflow   
 

Uses of PredefinedStatuses in com.atlassian.greenhopper.service.workflow
 

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

Methods in com.atlassian.greenhopper.service.workflow that return types with arguments of type PredefinedStatuses
 java.util.List<PredefinedStatuses> PresetData.getStatusNames()
           
 



Copyright © 2007-2012 Atlassian. All Rights Reserved.