Package | Description |
---|---|
com.atlassian.jira.avatar | |
com.atlassian.jira.project | |
com.atlassian.jira.user |
Modifier and Type | Method and Description |
---|---|
static RemoteAvatar |
RemoteAvatar.from(ApplicationUser user)
Build an Avatar representation for a local user avatar.
|
static RemoteAvatar |
RemoteAvatar.from(JSONObject avatarUrls)
Build an Avatar representation for a remote object.
|
static RemoteAvatar |
RemoteAvatar.from(Project project)
Build an Avatar representation for a local project avatar.
|
Modifier and Type | Method and Description |
---|---|
RemoteAvatar |
RemoteProject.getAvatar() |
Modifier and Type | Method and Description |
---|---|
RemoteProject.Builder |
RemoteProject.Builder.avatar(RemoteAvatar avatar) |
Constructor and Description |
---|
RemoteProject(long id,
String key,
String name,
String description,
RemoteUser leadUser,
String url,
com.atlassian.applinks.api.ApplicationLink applicationLink,
RemoteAvatar avatar) |
Modifier and Type | Method and Description |
---|---|
RemoteAvatar |
RemoteUser.getAvatar()
Returns the user's avatar representation.
|
Constructor and Description |
---|
RemoteUser(String username,
String displayName,
boolean active,
RemoteAvatar avatar) |
Copyright © 2002-2017 Atlassian. All Rights Reserved.