Modifier and Type | Method and Description |
---|---|
AvatarImageResolver |
UniversalAvatarsServiceImpl.getImages(Avatar.Type type) |
AvatarImageResolver |
UniversalAvatarsService.getImages(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 |
BasicAvatarsImageResolver
Deprecated.
This class does not work universally. Use
IconImageResolverImpl . Since v7.1 |
Modifier and Type | Class and Description |
---|---|
class |
IssueTypeAvatarImageResolver
Deprecated.
This is not needed. Use
IconImageResolverImpl . Since v7.1 |
Modifier and Type | Class and Description |
---|---|
class |
ProjectAvatarImageResolver
Deprecated.
This is not needed. Use
IconImageResolverImpl . Since v7.1 |
Modifier and Type | Class and Description |
---|---|
class |
IconImageResolverImpl |
Modifier and Type | Method and Description |
---|---|
Map<String,URI> |
AvatarUrls.getAvatarURLs(ApplicationUser remoteUser,
Avatar avatar,
AvatarImageResolver avatarImageResolver)
Deprecated.
|
Constructor and Description |
---|
TemporaryAvatarHelper(TemporaryAvatarUploader avatarUploader,
AttachmentHelper attachmentHelper,
TemporaryAvatars temporaryAvatars,
VelocityRequestContextFactory requestContextFactory,
CroppingAvatarImageDataProviderFactory croppingAvatarImageDataProviderFactory,
I18nHelper i18nHelper,
AvatarImageResolver avatarImageResolver,
AvatarManager avatarManager) |
Constructor and Description |
---|
UniversalAvatarResource(JiraAuthenticationContext authContext,
AvatarUrls avatarUrls,
AvatarResourceHelper avatarResourceHelper,
TemporaryAvatarHelper avatarTemporaryHelper,
AvatarManager avatarManager,
AvatarImageResolver avatarImageResolver) |
Copyright © 2002-2021 Atlassian. All Rights Reserved.