Uses of Class
com.atlassian.plugin.PluginState

Packages that use PluginState
com.atlassian.plugin   
com.atlassian.plugin.impl   
com.atlassian.plugin.osgi.factory Deployers for OSGi-related plugins 
 

Uses of PluginState in com.atlassian.plugin
 

Methods in com.atlassian.plugin that return PluginState
 PluginState Plugin.getPluginState()
          Returns this plugin's current state.
static PluginState PluginState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PluginState[] PluginState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of PluginState in com.atlassian.plugin.impl
 

Methods in com.atlassian.plugin.impl that return PluginState
protected  PluginState AbstractPlugin.enableInternal()
          Perform any internal enabling logic.
 PluginState AbstractDelegatingPlugin.getPluginState()
           
 PluginState AbstractPlugin.getPluginState()
           
 

Methods in com.atlassian.plugin.impl with parameters of type PluginState
protected  boolean AbstractPlugin.compareAndSetPluginState(PluginState requiredExistingState, PluginState desiredState)
          Only sets the plugin state if it is in the expected state.
protected  void AbstractPlugin.setPluginState(PluginState state)
           
 

Uses of PluginState in com.atlassian.plugin.osgi.factory
 

Methods in com.atlassian.plugin.osgi.factory that return PluginState
protected  PluginState OsgiBundlePlugin.enableInternal()
           
protected  PluginState OsgiPlugin.enableInternal()
          Enables the plugin by setting the OSGi bundle state to enabled.
 



Copyright © 2013 Atlassian. All Rights Reserved.