com.atlassian.sal.bamboo.pluginsettings
Class BambooPluginSettings

java.lang.Object
  extended by com.atlassian.sal.bamboo.pluginsettings.BambooPluginSettings
All Implemented Interfaces:
com.atlassian.sal.api.pluginsettings.PluginSettings

public class BambooPluginSettings
extends Object
implements com.atlassian.sal.api.pluginsettings.PluginSettings


Constructor Summary
BambooPluginSettings(com.atlassian.bandana.BandanaManager bandanaManager, BambooBandanaContext ctx)
           
 
Method Summary
 Object get(String key)
           
 Object put(String key, Object val)
           
 Object remove(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BambooPluginSettings

public BambooPluginSettings(com.atlassian.bandana.BandanaManager bandanaManager,
                            BambooBandanaContext ctx)
Method Detail

put

public Object put(String key,
                  Object val)
Specified by:
put in interface com.atlassian.sal.api.pluginsettings.PluginSettings

get

public Object get(String key)
Specified by:
get in interface com.atlassian.sal.api.pluginsettings.PluginSettings

remove

public Object remove(String key)
Specified by:
remove in interface com.atlassian.sal.api.pluginsettings.PluginSettings


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.