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.DelegatingPluginPersistentStateStore
public com.atlassian.plugin.manager.PluginPersistentState load()
load
in interface com.atlassian.plugin.manager.PluginPersistentStateStore
load
in class com.atlassian.plugin.manager.store.DelegatingPluginPersistentStateStore
Copyright © 2003–2020 Atlassian. All rights reserved.