@ExperimentalApi @InjectableComponent public interface UniversalAvatarsService
The current implementation allows only Avatar.Type.ISSUETYPE
and Avatar.Type.PROJECT
| Modifier and Type | Method and Description |
|---|---|
TypeAvatarService |
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. |
AvatarImageResolver |
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. |
@Nullable TypeAvatarService getAvatars(Avatar.Type type) throws NoSuchElementException
Avatar.Type.PROJECT and
Avatar.Type.ISSUETYPE. It is better to call AvatarManager
directly than to use TypeAvatarService.NoSuchElementException@Nullable AvatarImageResolver getImages(Avatar.Type type) throws NoSuchElementException
Avatar.Type.PROJECT and
Avatar.Type.ISSUETYPE. It is better to call AvatarManager
directly than to use TypeAvatarService.NoSuchElementExceptionCopyright © 2002-2021 Atlassian. All Rights Reserved.