public static enum FlowControlDeployment.Status extends Enum<FlowControlDeployment.Status>
| Enum Constant and Description |
|---|
FAILED |
PENDING |
RUNNING |
STOPPED |
STOPPING |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static FlowControlDeployment.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlowControlDeployment.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlowControlDeployment.Status PENDING
public static final FlowControlDeployment.Status RUNNING
public static final FlowControlDeployment.Status STOPPING
public static final FlowControlDeployment.Status STOPPED
public static final FlowControlDeployment.Status FAILED
public static final FlowControlDeployment.Status UNKNOWN
public static FlowControlDeployment.Status[] values()
for (FlowControlDeployment.Status c : FlowControlDeployment.Status.values()) System.out.println(c);
public static FlowControlDeployment.Status 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 © 2022 continual.io. All rights reserved.