com.atlassian.jira.avatar
Class AvatarUrls

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

public class AvatarUrls
extends Object

Helper class for building avatar URL maps.

Since:
JIRA 6.3

Constructor Summary
AvatarUrls()
           
 
Method Summary
static Map<String,URI> getAvatarURLs(ApplicationUser avatarUser, Avatar avatar)
          Returns the avatar URLs a user and a specific Avatar.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AvatarUrls

public AvatarUrls()
Method Detail

getAvatarURLs

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


Copyright © 2002-2014 Atlassian. All Rights Reserved.