public static enum RundeckClientManager.ExecutionStatus extends Enum<RundeckClientManager.ExecutionStatus>
Enum Constant and Description |
---|
ABORTED |
FAILED |
FAILED_WITH_RETRY |
RUNNING |
SUCCEEDED |
TIMEDOUT |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static RundeckClientManager.ExecutionStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RundeckClientManager.ExecutionStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RundeckClientManager.ExecutionStatus RUNNING
public static final RundeckClientManager.ExecutionStatus SUCCEEDED
public static final RundeckClientManager.ExecutionStatus FAILED
public static final RundeckClientManager.ExecutionStatus ABORTED
public static final RundeckClientManager.ExecutionStatus FAILED_WITH_RETRY
public static final RundeckClientManager.ExecutionStatus TIMEDOUT
public static RundeckClientManager.ExecutionStatus[] values()
for (RundeckClientManager.ExecutionStatus c : RundeckClientManager.ExecutionStatus.values()) System.out.println(c);
public static RundeckClientManager.ExecutionStatus 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 toString()
toString
in class Enum<RundeckClientManager.ExecutionStatus>
Copyright © 2016–2022. All rights reserved.