public interface PluginSettingsFactory
| Modifier and Type | Method and Description |
|---|---|
PluginSettings |
createGlobalSettings()
Gets all global settings.
|
PluginSettings |
createSettingsForKey(String key)
Gets all settings for a key, for which valid values are application-specific (Confluence maps this to space keys,
JIRA to project keys, and FishEye to repository keys, for example).
|
PluginSettings createSettingsForKey(String key)
key - the key, can be null to retrieve global settingsIllegalArgumentException - if no "concept" for the key can be foundPluginSettings createGlobalSettings()
Copyright © 2015 Atlassian. All rights reserved.