Uses of Enum Class
com.atlassian.confluence.event.events.plugin.PluginDisableEvent.Scope
Packages that use PluginDisableEvent.Scope
-
Uses of PluginDisableEvent.Scope in com.atlassian.confluence.event.events.plugin
Methods in com.atlassian.confluence.event.events.plugin that return PluginDisableEvent.ScopeModifier and TypeMethodDescriptionAsyncPluginDisableEvent.getScope()PluginDisableEvent.getScope()static PluginDisableEvent.ScopeReturns 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.Constructors in com.atlassian.confluence.event.events.plugin with parameters of type PluginDisableEvent.ScopeModifierConstructorDescriptionAsyncPluginDisableEvent(Object src, String pluginKey, PluginDisableEvent.Scope scope) PluginDisableEvent(Object src, String pluginKey, PluginDisableEvent.Scope scope)