AvatarUrls
if you really must. Since v6.1.@Component @Deprecated public class AvatarUrls extends Object
Constructor and Description |
---|
AvatarUrls()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Map<String,URI> |
getAvatarURLs(ApplicationUser remoteUser,
Avatar avatar,
AvatarImageResolver avatarImageResolver)
Deprecated.
|
@Deprecated public static Map<String,URI> getAvatarURLs(ApplicationUser avatarUser, Avatar avatar)
avatarUser
- the user whose avatar this is (or null)avatar
- the Avatarpublic Map<String,URI> getAvatarURLs(ApplicationUser remoteUser, Avatar avatar, AvatarImageResolver avatarImageResolver)
Copyright © 2002-2017 Atlassian. All Rights Reserved.