public static enum InstantSetupStrategy.Step extends Enum<InstantSetupStrategy.Step>
Enum Constant and Description |
---|
DATABASE |
ENVIRONMENT |
FINISHING |
PLUGINS |
Modifier and Type | Method and Description |
---|---|
static InstantSetupStrategy.Step |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstantSetupStrategy.Step[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstantSetupStrategy.Step DATABASE
public static final InstantSetupStrategy.Step PLUGINS
public static final InstantSetupStrategy.Step ENVIRONMENT
public static final InstantSetupStrategy.Step FINISHING
public static InstantSetupStrategy.Step[] values()
for (InstantSetupStrategy.Step c : InstantSetupStrategy.Step.values()) System.out.println(c);
public static InstantSetupStrategy.Step 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-2024 Atlassian. All Rights Reserved.