com.atlassian.bitbucket.setting.SettingsBuilder |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Add an entry to the settings
| |||||||||||
Add all entries in the
Map of values. | |||||||||||
Add all the
Settings | |||||||||||
Add an entry to the settings
key | the key of the setting |
---|---|
value | the value of the setting |
Add all entries in the Map
of values.
Only maps with entries which could be manually via one of the add(key, value)
methods are acceptable.
values | the map of values |
---|
IllegalArgumentException | if any of the entries are unacceptable |
---|
Add all the Settings
settings | the settings instance |
---|
IllegalArgumentException | if any of the entries are unacceptable |
---|