Uses of Interface
com.atlassian.plugin.manager.PluginPersistentState
Packages that use PluginPersistentState
-
Uses of PluginPersistentState in com.atlassian.plugin.manager
Classes in com.atlassian.plugin.manager that implement PluginPersistentStateModifier and TypeClassDescriptionfinal classImmutable implementation of thePluginPersistentStateinterface.Methods in com.atlassian.plugin.manager that return PluginPersistentStateModifier and TypeMethodDescriptionprotected PluginPersistentStateDefaultPluginManager.getState()PluginPersistentStateModifier.getState()PluginPersistentStateStore.load()Get the saved activation state of loaded plugins or modules.PluginPersistentState.Builder.toState()Methods in com.atlassian.plugin.manager with parameters of type PluginPersistentStateModifier and TypeMethodDescriptionPluginPersistentState.builder(PluginPersistentState state) PluginPersistentState.Builder.create(PluginPersistentState state) voidPluginPersistentStateStore.save(PluginPersistentState state) Put the current global state of plugin activation/deactivation into permanent storage.PluginPersistentState.Builder.setState(PluginPersistentState state) reset all plugin's state. -
Uses of PluginPersistentState in com.atlassian.plugin.manager.store
Methods in com.atlassian.plugin.manager.store that return PluginPersistentStateModifier and TypeMethodDescriptionDelegatingPluginPersistentStateStore.load()LoadOnlyPluginPersistentStateStore.load()MemoryPluginPersistentStateStore.load()SynchronizedPluginPersistentStateStore.load()Methods in com.atlassian.plugin.manager.store with parameters of type PluginPersistentStateModifier and TypeMethodDescriptionvoidDelegatingPluginPersistentStateStore.save(PluginPersistentState state) voidLoadOnlyPluginPersistentStateStore.save(PluginPersistentState state) This implementation ignores the provided state and throws.voidMemoryPluginPersistentStateStore.save(PluginPersistentState state) voidSynchronizedPluginPersistentStateStore.save(PluginPersistentState state) Constructors in com.atlassian.plugin.manager.store with parameters of type PluginPersistentStateModifierConstructorDescriptionLoadOnlyPluginPersistentStateStore(PluginPersistentState pluginPersistentState)