| com.atlassian.stash.setting.SettingsBuilder |
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Add an entry to the settings
| |||||||||||
Add all the
Settings | |||||||||||
Add all entries in the
Map of values. | |||||||||||
Add an entry to the settings
| key | the key of the setting |
|---|---|
| value | the value of the setting |
Add all the Settings
| settings | the settings instance |
|---|
| IllegalArgumentException | if any of the entries are unacceptable |
|---|
Add all entries in the Map of values.
add(key, value) methods are acceptable.| values | the map of values |
|---|
| IllegalArgumentException | if any of the entries are unacceptable |
|---|