public interface PluginPropertyManager
All properties are inserted with a "plugin." prefix.
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
findAll(String key) |
String |
getProperty(String key,
String name) |
void |
removeProperty(String key,
String name) |
void |
setProperties(String key,
Map<String,String> properties)
Replaces all properties which have the given
key with a new collection. |
void |
setProperty(String key,
String name,
String value) |
String getProperty(String key, String name) throws ObjectNotFoundException
ObjectNotFoundException
void setProperties(String key, Map<String,String> properties)
key
with a new collection. What this means for
properties having the given key
:
properties
map will be removed.
properties
map will be added.
properties
map will be updated.
key
- properties keyproperties
- mapping of names to values of propertiesCopyright © 2020 Atlassian. All rights reserved.