com.atlassian.jira.plugin
Class JiraBootstrapStateStore

java.lang.Object
  extended by com.atlassian.jira.plugin.JiraBootstrapStateStore
All Implemented Interfaces:
com.atlassian.plugin.manager.PluginPersistentStateStore

public class JiraBootstrapStateStore
extends Object
implements com.atlassian.plugin.manager.PluginPersistentStateStore

Bootstrap plugin system should only load default state

Since:
v6.1

Constructor Summary
JiraBootstrapStateStore()
           
 
Method Summary
 com.atlassian.plugin.manager.PluginPersistentState load()
           
 void save(com.atlassian.plugin.manager.PluginPersistentState state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraBootstrapStateStore

public JiraBootstrapStateStore()
Method Detail

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


Copyright © 2002-2014 Atlassian. All Rights Reserved.