| Package | Description |
|---|---|
| com.atlassian.plugin.manager | |
| com.atlassian.plugin.manager.store |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPluginPersistentState
Immutable implementation of the
PluginPersistentState interface. |
| Modifier and Type | Method and Description |
|---|---|
protected PluginPersistentState |
DefaultPluginManager.getState() |
PluginPersistentState |
PluginPersistentStateStore.load()
Get the saved activation state of loaded plugins or modules.
|
PluginPersistentState |
PluginPersistentState.Builder.toState() |
| Modifier and Type | Method and Description |
|---|---|
static PluginPersistentState.Builder |
PluginPersistentState.Builder.create(PluginPersistentState state) |
void |
PluginPersistentStateStore.save(PluginPersistentState state)
Put the current global state of plugin activation/deactivation into permanent
storage.
|
PluginPersistentState.Builder |
PluginPersistentState.Builder.setState(PluginPersistentState state)
reset all plugin's state.
|
| Constructor and Description |
|---|
DefaultPluginPersistentState(PluginPersistentState state)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
PluginPersistentState |
MemoryPluginPersistentStateStore.load() |
| Modifier and Type | Method and Description |
|---|---|
void |
MemoryPluginPersistentStateStore.save(PluginPersistentState state) |
Copyright © 2013 Atlassian. All Rights Reserved.