public interface StoredPluginState
| Modifier and Type | Method and Description |
|---|---|
Map<String,PluginEnabledState> |
getPluginEnabledStateMap(Plugin plugin)
Get state map of the given plugin and its modules.
|
PluginRestartState |
getPluginRestartState(String pluginKey)
Gets whether the plugin is expected to be upgraded, installed, or removed on next restart.
|
Map<String,PluginEnabledState> |
getStatesMap()
Get the map of all states with the update timestamp for each of them.
|
boolean |
isEnabled(ModuleDescriptor<?> pluginModule)
Whether or not a given plugin module is enabled, calculated from its persisted state AND default state.
|
boolean |
isEnabled(Plugin plugin)
Whether or not a plugin is enabled, calculated from its persisted state AND default state.
|
Map<String,PluginEnabledState> getStatesMap()
boolean isEnabled(Plugin plugin)
PluginAccessor for that
information.boolean isEnabled(ModuleDescriptor<?> pluginModule)
PluginAccessor for that
information.Map<String,PluginEnabledState> getPluginEnabledStateMap(Plugin plugin)
plugin - the pluginPluginRestartState getPluginRestartState(String pluginKey)
pluginKey - The plugin to queryCopyright © 2019 Atlassian. All rights reserved.