Package com.atlassian.jira.avatar
Class AvatarServiceImpl.GravatarUrlStrategy
java.lang.Object
com.atlassian.jira.avatar.AvatarServiceImpl.GravatarUrlStrategy
- Enclosing class:
- AvatarServiceImpl
Build avatar URLs that point to Gravatar avatars. If the user does not exist, we serve the anonymous avatar
directly. If the user has not configured Gravatar, they will get the default avatar provided by Gravatar.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget
(ApplicationUser remoteUser, ApplicationUser user, Avatar.Size size)
-
Constructor Details
-
GravatarUrlStrategy
public GravatarUrlStrategy()
-
-
Method Details
-
get
-