Package com.atlassian.bandana.dmz
Interface BandanaManagerInternal
- All Superinterfaces:
BandanaManager
- All Known Implementing Classes:
DefaultBandanaManager
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
removeValue
(BandanaContext context, String key) Deprecated.since 9.4, usePluginSettings.remove(java.lang.String)
instead.void
setValue
(BandanaContext context, String key, Object value) Deprecated.since 9.4, usePluginSettings.put(java.lang.String, java.lang.Object)
instead.Methods inherited from interface com.atlassian.bandana.BandanaManager
getKeys, getValue, getValue, init
-
Method Details
-
setValue
Deprecated.since 9.4, usePluginSettings.put(java.lang.String, java.lang.Object)
instead.Set a configuration object with the given context.- Specified by:
setValue
in interfaceBandanaManager
- Parameters:
context
- The context to store this value inkey
- The key of the objectvalue
- The value to be stored
-
removeValue
Deprecated.since 9.4, usePluginSettings.remove(java.lang.String)
instead.Remove the configuration object, using the given context. Will modify other contexts.- Specified by:
removeValue
in interfaceBandanaManager
- Parameters:
context
- the context to look inkey
- the key of the configuration object
-
PluginSettingsFactory
.