|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(java.lang.String key)
Gets the state of the plugin upon restart. |
static PluginRestartState |
PluginRestartState.valueOf(java.lang.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're declared. |
| Uses of PluginRestartState in com.atlassian.plugin.manager |
|---|
| Methods in com.atlassian.plugin.manager that return PluginRestartState | |
|---|---|
PluginRestartState |
DefaultPluginPersistentState.getPluginRestartState(java.lang.String pluginKey)
|
PluginRestartState |
PluginPersistentState.getPluginRestartState(java.lang.String pluginKey)
Gets whether the plugin is expected to be upgraded, installed, or removed on next restart |
PluginRestartState |
DefaultPluginManager.getPluginRestartState(java.lang.String key)
|
| Methods in com.atlassian.plugin.manager with parameters of type PluginRestartState | |
|---|---|
void |
DefaultPluginPersistentState.setPluginRestartState(java.lang.String pluginKey,
PluginRestartState state)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||