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