| Package | Description |
|---|---|
| com.atlassian.sal.api.usersettings |
| Modifier and Type | Method and Description |
|---|---|
UserSettings |
UserSettingsBuilder.build() |
UserSettings |
UserSettingsService.getUserSettings(String userName)
Deprecated.
since 2.10, use
UserSettingsService.getUserSettings(com.atlassian.sal.api.user.UserKey) instead |
UserSettings |
UserSettingsService.getUserSettings(UserKey userKey)
Gets the UserSettings for the given user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserSettingsService.updateUserSettings(String userName,
com.google.common.base.Function<UserSettingsBuilder,UserSettings> updateFunction)
Deprecated.
|
void |
UserSettingsService.updateUserSettings(UserKey userKey,
com.google.common.base.Function<UserSettingsBuilder,UserSettings> updateFunction)
Updates the UserSettings stored for this user.
|
Copyright © 2016 Atlassian. All rights reserved.