Package | Description |
---|---|
com.atlassian.jira.avatar | |
com.atlassian.jira.avatar.types | |
com.atlassian.jira.avatar.types.issuetype | |
com.atlassian.jira.avatar.types.project |
Modifier and Type | Method and Description |
---|---|
TypeAvatarService |
UniversalAvatarsServiceImpl.getAvatars(Avatar.Type type) |
TypeAvatarService |
UniversalAvatarsService.getAvatars(Avatar.Type type)
Deprecated.
This interface only supports
Avatar.Type.PROJECT and
Avatar.Type.ISSUETYPE . It is better to call AvatarManager
directly than to use TypeAvatarService. |
Modifier and Type | Class and Description |
---|---|
class |
BasicTypedTypeAvatarService
To be honest, you don't need this class very much if you already have the
IconType and the
AvatarManager . |
Modifier and Type | Class and Description |
---|---|
class |
IssueTypeTypeAvatarService |
Modifier and Type | Class and Description |
---|---|
class |
ProjectTypeAvatarService |
Copyright © 2002-2021 Atlassian. All Rights Reserved.