Uses of Class
com.atlassian.jira.user.RemoteUser
Packages that use RemoteUser
-
Uses of RemoteUser in com.atlassian.jira.project
Methods in com.atlassian.jira.project that return RemoteUserModifier and TypeMethodDescriptionRemoteProject.getLeadUser()
Returns the Project Lead for this project.Methods in com.atlassian.jira.project with parameters of type RemoteUserConstructors in com.atlassian.jira.project with parameters of type RemoteUserModifierConstructorDescriptionRemoteProject
(long id, String key, String name, String description, RemoteUser leadUser, String url, com.atlassian.applinks.api.ApplicationLink applicationLink, RemoteAvatar avatar) -
Uses of RemoteUser in com.atlassian.jira.user
Methods in com.atlassian.jira.user that return RemoteUserModifier and TypeMethodDescriptionstatic RemoteUser
RemoteUser.from
(ApplicationUser user) static RemoteUser
RemoteUser.from
(JSONObject user)