Package com.atlassian.plugin
Interface StoredPluginStateAccessor
public interface StoredPluginStateAccessor
Load a snapshot of the stored state for plugins.
- Since:
- 5.1.0
-
Method Summary
Modifier and TypeMethodDescriptionget()Get the saved activation state of loaded plugins or modules.
-
Method Details
-
get
StoredPluginState get()Get the saved activation state of loaded plugins or modules.- Returns:
- the configured activation/deactivation state for plugins in this instance
-