@ExperimentalApi @InjectableComponent public interface UniversalAvatarsService
Avatar.Type.ISSUETYPE
and Avatar.Type.PROJECT
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.
|
@Nullable TypeAvatarService getAvatars(Avatar.Type type) throws NoSuchElementException
NoSuchElementException
@Nullable AvatarImageResolver getImages(Avatar.Type type) throws NoSuchElementException
NoSuchElementException
Copyright © 2002-2015 Atlassian. All Rights Reserved.