Package | Description |
---|---|
com.atlassian.sal.api.usersettings | |
com.atlassian.sal.core.usersettings | |
com.atlassian.sal.testresources.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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultUserSettings |
Modifier and Type | Method and Description |
---|---|
UserSettings |
DefaultUserSettings.Builder.build() |
Modifier and Type | Method and Description |
---|---|
static UserSettingsBuilder |
DefaultUserSettings.builder(UserSettings userSettings) |
Modifier and Type | Method and Description |
---|---|
UserSettings |
MockUserSettingsService.getUserSettings(String userName) |
UserSettings |
MockUserSettingsService.getUserSettings(UserKey user) |
Modifier and Type | Method and Description |
---|---|
void |
MockUserSettingsService.updateUserSettings(String userName,
com.google.common.base.Function<UserSettingsBuilder,UserSettings> updateFunction) |
void |
MockUserSettingsService.updateUserSettings(UserKey user,
com.google.common.base.Function<UserSettingsBuilder,UserSettings> updateFunction) |
Copyright © 2015 Atlassian. All rights reserved.