| Package | Description |
|---|---|
| com.atlassian.plugin | |
| com.atlassian.plugin.manager |
| Modifier and Type | Method and Description |
|---|---|
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 are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PluginRestartState |
PluginPersistentState.getPluginRestartState(java.lang.String pluginKey)
Gets whether the plugin is expected to be upgraded, installed, or removed on next restart
|
PluginRestartState |
DefaultPluginPersistentState.getPluginRestartState(java.lang.String pluginKey) |
PluginRestartState |
DefaultPluginManager.getPluginRestartState(java.lang.String key) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultPluginManager.onUpdateRequiresRestartState(java.lang.String pluginKey,
PluginRestartState pluginRestartState) |
PluginPersistentState.Builder |
PluginPersistentState.Builder.setPluginRestartState(java.lang.String pluginKey,
PluginRestartState state) |
Copyright © 2013 Atlassian. All Rights Reserved.