| Class | Description |
|---|---|
| DefaultStoredPluginStateAccessor |
Default implementation of
StoredPluginStateAccessor -- delegates to PluginPersistentStateStore. |
| DelegatingPluginPersistentStateStore |
Delegating wrapper for
PluginPersistentStateStore. |
| LoadOnlyPluginPersistentStateStore |
A read-only implementation of
PluginPersistentStateStore which returns a state provided on construction. |
| MemoryPluginPersistentStateStore |
A basic plugin state store that stores state in memory.
|
| PluginPersistentStateStoreMigrator |
Contains tasks that are specific to migrating data in the product's PluginPersistentStateStore.
|
| SynchronizedPluginPersistentStateStore |
A wrapper to add exclusion and logging to a
PluginPersistentStateStore. |
| Enum | Description |
|---|---|
| SynchronizedPluginPersistentStateStore.LockMode |
Copyright © 2019 Atlassian. All rights reserved.