Class BandanaPluginStateStore

java.lang.Object
com.atlassian.confluence.plugin.BandanaPluginStateStore
All Implemented Interfaces:
com.atlassian.plugin.manager.PluginPersistentStateStore

public class BandanaPluginStateStore extends Object implements com.atlassian.plugin.manager.PluginPersistentStateStore
Stores PluginManagerState using Bandana.
  • Constructor Details

    • BandanaPluginStateStore

      public BandanaPluginStateStore()
  • Method Details

    • save

      public void save(com.atlassian.plugin.manager.PluginPersistentState state)
      Specified by:
      save in interface com.atlassian.plugin.manager.PluginPersistentStateStore
    • load

      public com.atlassian.plugin.manager.PluginPersistentState load()
      Specified by:
      load in interface com.atlassian.plugin.manager.PluginPersistentStateStore
    • getBandanaManager

      public BandanaManager getBandanaManager()
    • setBandanaManager

      public void setBandanaManager(BandanaManager bandanaManager)