public enum PluginEventType extends Enum<PluginEventType>
Enum Constant and Description |
---|
PLUGIN_DISABLED |
PLUGIN_ENABLED |
PLUGIN_INSTALLED |
PLUGIN_MODULE_DISABLED |
PLUGIN_MODULE_ENABLED |
PLUGIN_UNINSTALLED |
PLUGIN_UPGRADED |
Modifier and Type | Method and Description |
---|---|
static PluginEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluginEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PluginEventType PLUGIN_INSTALLED
public static final PluginEventType PLUGIN_UNINSTALLED
public static final PluginEventType PLUGIN_ENABLED
public static final PluginEventType PLUGIN_DISABLED
public static final PluginEventType PLUGIN_MODULE_ENABLED
public static final PluginEventType PLUGIN_MODULE_DISABLED
public static final PluginEventType PLUGIN_UPGRADED
public static PluginEventType[] values()
for (PluginEventType c : PluginEventType.values()) System.out.println(c);
public static PluginEventType 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 © 2020 Atlassian. All rights reserved.