| Package | Description |
|---|---|
| com.atlassian.plugin.manager | |
| com.atlassian.plugin.manager.store |
| Modifier and Type | Method and Description |
|---|---|
protected PluginPersistentStateStore |
DefaultPluginManager.getStore()
Deprecated.
since 4.0, to be removed in 5.0
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultPluginManager.disablePluginModuleState(ModuleDescriptor<?> module,
PluginPersistentStateStore stateStore)
Deprecated.
since 4.0, to be removed in 5.0
|
protected void |
DefaultPluginManager.disablePluginState(Plugin plugin,
PluginPersistentStateStore stateStore)
Deprecated.
since 4.0, to be removed in 5.0
|
protected void |
DefaultPluginManager.enablePluginModuleState(ModuleDescriptor<?> module,
PluginPersistentStateStore stateStore)
Deprecated.
since 4.0, to be removed in 5.0
|
protected void |
DefaultPluginManager.enablePluginState(Plugin plugin,
PluginPersistentStateStore stateStore)
Deprecated.
since 4.0, to be removed in 5.0
|
protected void |
DefaultPluginManager.removeStateFromStore(PluginPersistentStateStore stateStore,
Plugin plugin)
Deprecated.
since 4.0, to be removed in 5.0
|
T |
DefaultPluginManager.Builder.withStore(PluginPersistentStateStore store) |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingPluginPersistentStateStore
Delegating wrapper for
PluginPersistentStateStore. |
class |
LoadOnlyPluginPersistentStateStore
A read-only implementation of
PluginPersistentStateStore which returns a state provided on construction. |
class |
MemoryPluginPersistentStateStore
A basic plugin state store that stores state in memory.
|
class |
SynchronizedPluginPersistentStateStore
A wrapper to add exclusion and logging to a
PluginPersistentStateStore. |
| Modifier and Type | Method and Description |
|---|---|
abstract PluginPersistentStateStore |
DelegatingPluginPersistentStateStore.getDelegate()
Obtain the delegate to use for dispatching a request.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PluginPersistentStateStoreMigrator.removeDirectives(PluginPersistentStateStore store)
Removes directives (e.g.
|
| Constructor and Description |
|---|
SynchronizedPluginPersistentStateStore(PluginPersistentStateStore delegate) |
SynchronizedPluginPersistentStateStore(PluginPersistentStateStore delegate,
ReadWriteLock lock) |
Copyright © 2018 Atlassian. All rights reserved.