@PublicApi public enum TaskCategory extends Enum<TaskCategory>
TaskType
sEnum Constant and Description |
---|
BUILDER |
DEPLOYMENT |
FLOW_CONTROL |
REPOSITORY |
SYSTEM_MANAGEMENT |
TEST |
VARIABLES |
Modifier and Type | Method and Description |
---|---|
String |
getKey() |
String |
getLabel() |
static TaskCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskCategory BUILDER
public static final TaskCategory TEST
public static final TaskCategory DEPLOYMENT
public static final TaskCategory REPOSITORY
public static final TaskCategory SYSTEM_MANAGEMENT
public static final TaskCategory VARIABLES
public static final TaskCategory FLOW_CONTROL
public static TaskCategory[] values()
for (TaskCategory c : TaskCategory.values()) System.out.println(c);
public static TaskCategory valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getKey()
public String getLabel()
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.