Uses of Enum Class
com.atlassian.confluence.event.events.plugin.PluginDisableEvent.Scope
-
Uses of PluginDisableEvent.Scope in com.atlassian.confluence.event.events.plugin
Modifier and TypeMethodDescriptionAsyncPluginDisableEvent.getScope()
PluginDisableEvent.getScope()
static PluginDisableEvent.Scope
Returns the enum constant of this class with the specified name.static PluginDisableEvent.Scope[]
PluginDisableEvent.Scope.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionAsyncPluginDisableEvent
(Object src, String pluginKey, PluginDisableEvent.Scope scope) PluginDisableEvent
(Object src, String pluginKey, PluginDisableEvent.Scope scope)