Package | Description |
---|---|
com.atlassian.sal.api.pluginsettings | |
com.atlassian.sal.core.pluginsettings | |
com.atlassian.sal.core.upgrade | |
com.atlassian.sal.testresources.pluginsettings |
Modifier and Type | Method and Description |
---|---|
PluginSettings |
PluginSettingsFactory.createGlobalSettings()
Gets all global settings.
|
PluginSettings |
PluginSettingsFactory.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).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractStringPluginSettings
PluginSettings implementation for datastores that only support Strings.
|
class |
PrefixedPluginSettingsDelegate
PluginSettings implementation that delegates to another PluginSettings, adding a prefix to every key passed in
|
Constructor and Description |
---|
PrefixedPluginSettingsDelegate(String prefix,
PluginSettings target) |
Modifier and Type | Field and Description |
---|---|
protected PluginSettings |
PluginUpgrader.pluginSettings |
Constructor and Description |
---|
PluginUpgrader(com.atlassian.plugin.Plugin plugin,
PluginSettings pluginSettings,
List<PluginUpgradeTask> upgradeTasks) |
Modifier and Type | Class and Description |
---|---|
class |
MockPluginSettings |
Modifier and Type | Method and Description |
---|---|
PluginSettings |
MockPluginSettingsFactory.createGlobalSettings() |
PluginSettings |
MockPluginSettingsFactory.createSettingsForKey(String key) |
Copyright © 2015 Atlassian. All rights reserved.