@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.NoSuchElementException
Copyright © 2002-2019 Atlassian. All Rights Reserved.