public class MockPluginSettingsFactory extends Object implements PluginSettingsFactory
| Constructor and Description |
|---|
MockPluginSettingsFactory() |
| 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).
|
public PluginSettings createSettingsForKey(String key)
PluginSettingsFactorycreateSettingsForKey in interface PluginSettingsFactorykey - the key, can be null to retrieve global settingspublic PluginSettings createGlobalSettings()
PluginSettingsFactorycreateGlobalSettings in interface PluginSettingsFactoryCopyright © 2019 Atlassian. All rights reserved.