Uses of Class
com.atlassian.confluence.event.events.plugin.PluginDisableEvent.Scope
-
Packages that use PluginDisableEvent.Scope Package Description com.atlassian.confluence.event.events.plugin -
-
Uses of PluginDisableEvent.Scope in com.atlassian.confluence.event.events.plugin
Methods in com.atlassian.confluence.event.events.plugin that return PluginDisableEvent.Scope Modifier and Type Method Description PluginDisableEvent.Scope
AsyncPluginDisableEvent. getScope()
PluginDisableEvent.Scope
PluginDisableEvent. getScope()
static PluginDisableEvent.Scope
PluginDisableEvent.Scope. valueOf(String name)
Returns the enum constant of this type with the specified name.static PluginDisableEvent.Scope[]
PluginDisableEvent.Scope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.confluence.event.events.plugin with parameters of type PluginDisableEvent.Scope Constructor Description AsyncPluginDisableEvent(Object src, String pluginKey, PluginDisableEvent.Scope scope)
PluginDisableEvent(Object src, String pluginKey, PluginDisableEvent.Scope scope)
-