public class UniversalAvatarsServiceImpl extends Object implements UniversalAvatarsService
| Constructor and Description |
|---|
UniversalAvatarsServiceImpl(IssueTypeTypeAvatarService issueTypeAvatars,
IssueTypeAvatarImageResolver issueTypeAvatarUris,
ProjectTypeAvatarService projectAvatars,
ProjectAvatarImageResolver projectAvatarUriResolver) |
| Modifier and Type | Method and Description |
|---|---|
TypeAvatarService |
getAvatars(Avatar.Type type)
Provides object dedicated to manipulate avatars of given type.
|
AvatarImageResolver |
getImages(Avatar.Type type)
Provides object dedicated to retrieve links (or image date) to avatars of given type.
|
public UniversalAvatarsServiceImpl(IssueTypeTypeAvatarService issueTypeAvatars, IssueTypeAvatarImageResolver issueTypeAvatarUris, ProjectTypeAvatarService projectAvatars, ProjectAvatarImageResolver projectAvatarUriResolver)
public TypeAvatarService getAvatars(Avatar.Type type)
UniversalAvatarsServicegetAvatars in interface UniversalAvatarsServicepublic AvatarImageResolver getImages(Avatar.Type type)
UniversalAvatarsServicegetImages in interface UniversalAvatarsServiceCopyright © 2002-2024 Atlassian. All Rights Reserved.