package

com.atlassian.sal.api.pluginsettings

Interfaces

PluginSettings Provides access to settings globally or per project/space/repository

The following types are supported:
  • java.lang.String
  • java.util.List
  • java.util.Properties

Instances are assumed to be not threadsafe and mutable. 
PluginSettingsFactory Factory for mutable, non-threadsafe PluginSettings objects.