Package com.atlassian.jira.avatar
Class AvatarUrls
java.lang.Object
com.atlassian.jira.avatar.AvatarUrls
Helper class for building avatar URL maps.
- Since:
- JIRA 6.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAvatarURLs(ApplicationUser avatarUser, Avatar avatar) Deprecated.the notion of "all the avatar sizes" is broken.
-
Constructor Details
-
AvatarUrls
public AvatarUrls()
-
-
Method Details
-
getAvatarURLs
Deprecated.the notion of "all the avatar sizes" is broken. We plan to eventually scale to any reasonable pixel size.Returns the avatar URLs a user and a specific Avatar.- Parameters:
avatarUser- the user whose avatar this is (or null)avatar- the Avatar- Returns:
- avatar URLs mapped by size
-