Uses of Class
com.atlassian.bamboo.task.TaskCategory

Packages that use TaskCategory
com.atlassian.bamboo.plugin.descriptor   
com.atlassian.bamboo.task   
 

Uses of TaskCategory in com.atlassian.bamboo.plugin.descriptor
 

Methods in com.atlassian.bamboo.plugin.descriptor that return types with arguments of type TaskCategory
 java.util.List<TaskCategory> TaskModuleDescriptorImpl.getCategories()
           
 

Uses of TaskCategory in com.atlassian.bamboo.task
 

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

Methods in com.atlassian.bamboo.task that return types with arguments of type TaskCategory
 java.util.List<TaskCategory> TaskModuleDescriptor.getCategories()
           
 



Copyright © 2012 Atlassian. All Rights Reserved.