public static enum AgentAssignment.ExecutorType extends Enum<AgentAssignment.ExecutorType>
Modifier and Type | Method and Description |
---|---|
static AgentAssignment.ExecutorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgentAssignment.ExecutorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgentAssignment.ExecutorType AGENT
public static final AgentAssignment.ExecutorType IMAGE
public static AgentAssignment.ExecutorType[] values()
for (AgentAssignment.ExecutorType c : AgentAssignment.ExecutorType.values()) System.out.println(c);
public static AgentAssignment.ExecutorType 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 nullCopyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.