public static enum AgentAssignment.ExecutableType extends Enum<AgentAssignment.ExecutableType>
Enum Constant and Description |
---|
DEPLOYMENT_PROJECT |
ENVIRONMENT |
JOB |
PLAN |
PROJECT |
Modifier and Type | Method and Description |
---|---|
String |
getEntityType() |
String |
getId() |
String |
getLabel() |
AgentAssignment.ExecutableType |
getValue() |
String |
toString() |
static AgentAssignment.ExecutableType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgentAssignment.ExecutableType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgentAssignment.ExecutableType PROJECT
public static final AgentAssignment.ExecutableType PLAN
public static final AgentAssignment.ExecutableType JOB
public static final AgentAssignment.ExecutableType DEPLOYMENT_PROJECT
public static final AgentAssignment.ExecutableType ENVIRONMENT
public static AgentAssignment.ExecutableType[] values()
for (AgentAssignment.ExecutableType c : AgentAssignment.ExecutableType.values()) System.out.println(c);
public static AgentAssignment.ExecutableType 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 AgentAssignment.ExecutableType getValue()
public String toString()
toString
in class Enum<AgentAssignment.ExecutableType>
public String getLabel()
public String getEntityType()
public String getId()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.