public class DeprecatedPluginStateStore
extends com.atlassian.plugin.manager.store.DelegatingPluginPersistentStateStore
| Constructor and Description |
|---|
DeprecatedPluginStateStore(com.atlassian.plugin.manager.PluginPersistentStateStore delegatingStore,
Collection<String> deprecatedPluginKeys)
Constructor of DeprecatedPluginStateStore
|
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.plugin.manager.PluginPersistentStateStore |
getDelegate() |
com.atlassian.plugin.manager.PluginPersistentState |
load()
This will decorate existing PluginPersistentState with deprecated plugin information if needed.
|
public DeprecatedPluginStateStore(com.atlassian.plugin.manager.PluginPersistentStateStore delegatingStore,
Collection<String> deprecatedPluginKeys)
delegatingStore - the target PluginPersistentStateStoredeprecatedPluginKeys - collection of plugin key needed to be disabled on branch new Confluencepublic com.atlassian.plugin.manager.PluginPersistentStateStore getDelegate()
getDelegate in class com.atlassian.plugin.manager.store.DelegatingPluginPersistentStateStorepublic com.atlassian.plugin.manager.PluginPersistentState load()
load in interface com.atlassian.plugin.manager.PluginPersistentStateStoreload in class com.atlassian.plugin.manager.store.DelegatingPluginPersistentStateStoreCopyright © 2003–2022 Atlassian. All rights reserved.