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