Package com.atlassian.jira.avatar
Interface UniversalAvatarsService
- All Known Implementing Classes:
UniversalAvatarsServiceImpl
Service to manipulate avatars of different types.
The current implementation allows only Avatar.Type.ISSUETYPE
and Avatar.Type.PROJECT
- Since:
- v6.3
-
Method Summary
Modifier and TypeMethodDescriptiongetAvatars(Avatar.Type type) Deprecated.getImages(Avatar.Type type) Deprecated.This interface only supportsAvatar.Type.PROJECTandAvatar.Type.ISSUETYPE.
-
Method Details
-
getAvatars
Deprecated.This interface only supportsAvatar.Type.PROJECTandAvatar.Type.ISSUETYPE. It is better to callAvatarManagerdirectly than to use TypeAvatarService.Provides object dedicated to manipulate avatars of given type. Returns null if there is no TypeAvatarService for such type.- Throws:
NoSuchElementException
-
getImages
Deprecated.This interface only supportsAvatar.Type.PROJECTandAvatar.Type.ISSUETYPE. It is better to callAvatarManagerdirectly than to use TypeAvatarService.Provides object dedicated to retrieve links (or image date) to avatars of given type. Returns null if there is no AvatarImageResolver for such type.- Throws:
NoSuchElementException
-
Avatar.Type.PROJECTandAvatar.Type.ISSUETYPE.