Class AvatarUrls

java.lang.Object
com.atlassian.jira.avatar.AvatarUrls

public class AvatarUrls extends Object
Helper class for building avatar URL maps.
Since:
JIRA 6.3
  • Constructor Details

    • AvatarUrls

      public AvatarUrls()
  • Method Details

    • getAvatarURLs

      @Deprecated public static Map<String,URI> getAvatarURLs(ApplicationUser avatarUser, Avatar avatar)
      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