Package | Description |
---|---|
com.atlassian.jira.project | |
com.atlassian.jira.user |
Modifier and Type | Method and Description |
---|---|
RemoteUser |
RemoteProject.getLeadUser()
Returns the Project Lead for this project.
|
Modifier and Type | Method and Description |
---|---|
RemoteProject.Builder |
RemoteProject.Builder.leadUser(RemoteUser leadUser) |
Constructor and Description |
---|
RemoteProject(long id,
String key,
String name,
String description,
RemoteUser leadUser,
String url,
com.atlassian.applinks.api.ApplicationLink applicationLink,
RemoteAvatar avatar) |
Modifier and Type | Method and Description |
---|---|
static RemoteUser |
RemoteUser.from(ApplicationUser user) |
static RemoteUser |
RemoteUser.from(JSONObject user) |
Copyright © 2002-2021 Atlassian. All Rights Reserved.