Uses of Class
com.atlassian.jira.user.RemoteUser

Packages that use RemoteUser
com.atlassian.jira.project   
com.atlassian.jira.user   
 

Uses of RemoteUser in com.atlassian.jira.project
 

Methods in com.atlassian.jira.project that return RemoteUser
 RemoteUser RemoteProject.getLeadUser()
          Returns the Project Lead for this project.
 

Methods in com.atlassian.jira.project with parameters of type RemoteUser
 RemoteProject.Builder RemoteProject.Builder.leadUser(RemoteUser leadUser)
           
 

Constructors in com.atlassian.jira.project with parameters of type RemoteUser
RemoteProject(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 RemoteUser
static RemoteUser RemoteUser.from(ApplicationUser user)
           
static RemoteUser RemoteUser.from(JSONObject user)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.