public interface ConfigurationStore
| Modifier and Type | Method and Description |
|---|---|
String |
get(ConfigurationKey key)
Retrieve configuration for a particular key
|
void |
set(ConfigurationKey key,
String value)
Store configuration for a particular key
|
@Nullable String get(ConfigurationKey key)
key - key of a configurationvoid set(ConfigurationKey key, String value)
key - key of a configurationvalue - text representation of the configurationCopyright © 2003–2017 Atlassian. All rights reserved.