public interface PluginPersistentStateStore
| Modifier and Type | Method and Description |
|---|---|
PluginPersistentState |
load()
Get the saved activation state of loaded plugins or modules.
|
void |
save(PluginPersistentState state)
Put the current global state of plugin activation/deactivation into permanent
storage.
|
void save(PluginPersistentState state)
state - the map of plugin and module activation statesPluginPersistentState load()
Copyright © 2019 Atlassian. All rights reserved.