Uses of Class
com.atlassian.plugin.PluginRestartState

Packages that use PluginRestartState
com.atlassian.plugin   
com.atlassian.plugin.manager   
 

Uses of PluginRestartState in com.atlassian.plugin
 

Methods in com.atlassian.plugin that return PluginRestartState
 PluginRestartState PluginAccessor.getPluginRestartState(String key)
          Gets the state of the plugin upon restart.
static PluginRestartState PluginRestartState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PluginRestartState[] PluginRestartState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of PluginRestartState in com.atlassian.plugin.manager
 

Methods in com.atlassian.plugin.manager that return PluginRestartState
 PluginRestartState PluginPersistentState.getPluginRestartState(String pluginKey)
          Gets whether the plugin is expected to be upgraded, installed, or removed on next restart
 PluginRestartState DefaultPluginManager.getPluginRestartState(String key)
           
 PluginRestartState DefaultPluginPersistentState.getPluginRestartState(String pluginKey)
           
 

Methods in com.atlassian.plugin.manager with parameters of type PluginRestartState
 PluginPersistentState.Builder PluginPersistentState.Builder.setPluginRestartState(String pluginKey, PluginRestartState state)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.