public static enum ZeroDowntimeControl.UpgradeState extends Enum<ZeroDowntimeControl.UpgradeState>
| Enum Constant and Description |
|---|
MIXED |
READY_TO_RUN_UPGRADE_TASKS |
READY_TO_UPGRADE |
RUNNING_UPGRADE_TASKS |
STABLE |
UPGRADE_TASKS_FAILED |
| Modifier and Type | Method and Description |
|---|---|
static ZeroDowntimeControl.UpgradeState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZeroDowntimeControl.UpgradeState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZeroDowntimeControl.UpgradeState STABLE
public static final ZeroDowntimeControl.UpgradeState READY_TO_UPGRADE
public static final ZeroDowntimeControl.UpgradeState MIXED
public static final ZeroDowntimeControl.UpgradeState READY_TO_RUN_UPGRADE_TASKS
public static final ZeroDowntimeControl.UpgradeState RUNNING_UPGRADE_TASKS
public static final ZeroDowntimeControl.UpgradeState UPGRADE_TASKS_FAILED
public static ZeroDowntimeControl.UpgradeState[] values()
for (ZeroDowntimeControl.UpgradeState c : ZeroDowntimeControl.UpgradeState.values()) System.out.println(c);
public static ZeroDowntimeControl.UpgradeState 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 © 2002-2021 Atlassian. All Rights Reserved.