|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PluginSettings
Provides access to settings globally or per project/space/repository/build-plan
The following types are supported:List and Map types must contain only String.
Instances are assumed to be not threadsafe and mutable.
| Method Summary | |
|---|---|
Object |
get(String key)
Gets a setting value. |
Object |
put(String key,
Object value)
Puts a setting value. |
Object |
remove(String key)
Removes a setting value |
| Method Detail |
|---|
Object get(String key)
key - The setting key. Cannot be null
Object put(String key,
Object value)
key - Setting key. Cannot be nullvalue - Setting value. Must be one of String, List, Properties, Map, or null. null will remove the item from the settings.
IllegalArgumentException - if value is not String, List, Properties, Map, or null.Object remove(String key)
key - The setting key
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||