Uses of Class
com.atlassian.bamboo.task.TaskCategory
-
Packages that use TaskCategory Package Description 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 Modifier and Type Method Description @NotNull List<TaskCategory>
TaskModuleDescriptorImpl. getCategories()
-
Uses of TaskCategory in com.atlassian.bamboo.task
Methods in com.atlassian.bamboo.task that return TaskCategory Modifier and Type Method Description static TaskCategory
TaskCategory. valueOf(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 Modifier and Type Method Description @NotNull List<TaskCategory>
TaskModuleDescriptor. getCategories()
-