Package com.atlassian.bamboo.plugin
Class BambooPluginStateStore
- java.lang.Object
-
- com.atlassian.bamboo.plugin.BambooPluginStateStore
-
- All Implemented Interfaces:
com.atlassian.plugin.manager.PluginPersistentStateStore
public class BambooPluginStateStore extends Object implements com.atlassian.plugin.manager.PluginPersistentStateStore
-
-
Constructor Summary
Constructors Constructor Description BambooPluginStateStore(com.atlassian.bandana.BandanaManager bandanaManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.atlassian.plugin.manager.PluginPersistentState
load()
void
save(com.atlassian.plugin.manager.PluginPersistentState state)
-
-
-
Method Detail
-
save
public void save(com.atlassian.plugin.manager.PluginPersistentState state)
- Specified by:
save
in interfacecom.atlassian.plugin.manager.PluginPersistentStateStore
-
load
public com.atlassian.plugin.manager.PluginPersistentState load()
- Specified by:
load
in interfacecom.atlassian.plugin.manager.PluginPersistentStateStore
-
-