public static enum UpgradeContext.UpgradeTrigger extends Enum<UpgradeContext.UpgradeTrigger>
| Enum Constant and Description |
|---|
IMPORT |
PROVISIONING |
UPGRADE |
| Modifier and Type | Method and Description |
|---|---|
static UpgradeContext.UpgradeTrigger |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpgradeContext.UpgradeTrigger[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpgradeContext.UpgradeTrigger UPGRADE
public static final UpgradeContext.UpgradeTrigger PROVISIONING
public static final UpgradeContext.UpgradeTrigger IMPORT
public static UpgradeContext.UpgradeTrigger[] values()
for (UpgradeContext.UpgradeTrigger c : UpgradeContext.UpgradeTrigger.values()) System.out.println(c);
public static UpgradeContext.UpgradeTrigger 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 © 2017 Atlassian. All rights reserved.