| Package | Description |
|---|---|
| com.atlassian.plugin |
| Modifier and Type | Method and Description |
|---|---|
PluginRestartState |
StoredPluginState.getPluginRestartState(String pluginKey)
Gets whether the plugin is expected to be upgraded, installed, or removed on next restart.
|
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.
|
Copyright © 2020 Atlassian. All rights reserved.