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)
UniversalAvatarsService
getAvatars
in interface UniversalAvatarsService
public AvatarImageResolver getImages(Avatar.Type type)
UniversalAvatarsService
getImages
in interface UniversalAvatarsService
Copyright © 2002-2021 Atlassian. All Rights Reserved.