@Service public class GHAvatarService extends Object
Constructor and Description |
---|
GHAvatarService() |
Modifier and Type | Method and Description |
---|---|
String |
getLargeAvatarURL(com.atlassian.jira.user.ApplicationUser remoteUser)
This will return the large avatar for the user or the anonymous avatar
|
String |
getLargeProjectAvatarURL(com.atlassian.jira.project.Project project) |
String |
getSmallAvatarURL(com.atlassian.jira.user.ApplicationUser remoteUser)
This will return the small avatar for the user or the anonymous avatar
|
String |
getSmallProjectAvatarURL(com.atlassian.jira.project.Project project) |
public String getLargeAvatarURL(com.atlassian.jira.user.ApplicationUser remoteUser)
remoteUser
- the user in playpublic String getSmallAvatarURL(com.atlassian.jira.user.ApplicationUser remoteUser)
remoteUser
- the user in playpublic String getLargeProjectAvatarURL(com.atlassian.jira.project.Project project)
public String getSmallProjectAvatarURL(com.atlassian.jira.project.Project project)
Copyright © 2007–2025 Atlassian. All rights reserved.