| Package | Description |
|---|---|
| com.atlassian.jira.rest.client.api |
| Modifier and Type | Method and Description |
|---|---|
io.atlassian.util.concurrent.Promise<ProjectRole> |
ProjectRolesRestClient.getRole(URI uri)
Retrieves a full information about the selected role.
|
io.atlassian.util.concurrent.Promise<ProjectRole> |
ProjectRolesRestClient.getRole(URI projectUri,
Long roleId)
Retrieves a full information about the selected role.
|
io.atlassian.util.concurrent.Promise<Iterable<ProjectRole>> |
ProjectRolesRestClient.getRoles(URI projectUri)
Retrieves a collection of roles in the selected project.
|
Copyright © 2020 Atlassian. All rights reserved.