com.atlassian.bamboo.task
Class TaskCategory

java.lang.Object
  extended by java.lang.Enum
      extended by com.atlassian.bamboo.task.TaskCategory
All Implemented Interfaces:
java.lang.Comparable

public final class TaskCategory
extends java.lang.Enum

Categories for TaskTypes

Since:
3.1
See Also:
Serialized Form

Field Summary
static TaskCategory BUILDER
           
static TaskCategory DEPLOYMENT
           
static TaskCategory TEST
           
 
Method Summary
 java.lang.String getLabel()
           
static TaskCategory valueOf(java.lang.String name)
           
static TaskCategory[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

BUILDER

public static final TaskCategory BUILDER
Since:
3.1

TEST

public static final TaskCategory TEST
Since:
3.1

DEPLOYMENT

public static final TaskCategory DEPLOYMENT
Since:
3.1
Method Detail

values

public static TaskCategory[] values()

valueOf

public static TaskCategory valueOf(java.lang.String name)

getLabel

public java.lang.String getLabel()


Copyright © 2011 Atlassian. All Rights Reserved.