Uses of Interface
com.atlassian.bamboo.avatar.AvatarService
-
Packages that use AvatarService Package Description com.atlassian.bamboo.avatar com.atlassian.bamboo.plugins.rest.resource com.atlassian.bamboo.user -
-
Uses of AvatarService in com.atlassian.bamboo.avatar
Classes in com.atlassian.bamboo.avatar that implement AvatarService Modifier and Type Class Description class
AvatarServiceImpl
Constructors in com.atlassian.bamboo.avatar with parameters of type AvatarService Constructor Description HigherOrderAvatarProviderImpl(AvatarService avatarService)
-
Uses of AvatarService in com.atlassian.bamboo.plugins.rest.resource
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type AvatarService Constructor Description UserProfileAvatarResource(BambooUserManager userManager, AvatarService avatarService, HigherOrderAvatarProvider higherOrderAvatarProvider)
-
Uses of AvatarService in com.atlassian.bamboo.user
Methods in com.atlassian.bamboo.user with parameters of type AvatarService Modifier and Type Method Description void
BambooUserManagerImpl. setAvatarService(AvatarService avatarService)
-