Uses of Class
com.atlassian.confluence.event.events.plugin.PluginDisableEvent.Scope

Packages that use PluginDisableEvent.Scope
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
 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
PluginDisableEvent(Object src, String pluginKey, PluginDisableEvent.Scope scope)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.