Package | Description |
---|---|
com.atlassian.jira.avatar | |
com.atlassian.jira.issue.fields.config |
Modifier and Type | Method and Description |
---|---|
void |
AvatarServiceImpl.setCustomUserAvatar(ApplicationUser remoteUser,
ApplicationUser user,
Long avatarId) |
void |
AvatarService.setCustomUserAvatar(ApplicationUser remoteUser,
ApplicationUser user,
Long avatarId)
Sets a custom avatar for a given user.
|
void |
AvatarServiceImpl.setCustomUserAvatar(ApplicationUser remoteUser,
String username,
Long avatarId) |
void |
AvatarService.setCustomUserAvatar(ApplicationUser remoteUser,
String username,
Long avatarId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ServiceOutcome<FieldConfigScheme> |
DefaultPrioritySchemeService.assignProjects(ApplicationUser user,
FieldConfigScheme priorityFieldConfig,
Collection<Project> projects) |
ServiceResult |
DefaultPrioritySchemeService.deleteScheme(ApplicationUser user,
FieldConfigScheme priorityFieldConfig) |
ServiceOutcome<FieldConfigScheme> |
DefaultPrioritySchemeService.editScheme(ApplicationUser user,
FieldConfigScheme priorityFieldConfig,
List<String> optionIds,
String defaultOption) |
Copyright © 2002-2021 Atlassian. All Rights Reserved.