|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProjectRolesRestClient
The com.atlassian.jira.rest.client.api handling roles resources.
| Method Summary | |
|---|---|
com.atlassian.util.concurrent.Promise<ProjectRole> |
getRole(URI uri)
Retrieves a full information about the selected role. |
com.atlassian.util.concurrent.Promise<ProjectRole> |
getRole(URI projectUri,
Long roleId)
Retrieves a full information about the selected role. |
com.atlassian.util.concurrent.Promise<Iterable<ProjectRole>> |
getRoles(URI projectUri)
Retrieves a collection of roles in the selected project. |
| Method Detail |
|---|
com.atlassian.util.concurrent.Promise<ProjectRole> getRole(URI uri)
uri - URI of the role to retrieve.
RestClientException - in case of problems (connectivity, malformed messages, etc.)
com.atlassian.util.concurrent.Promise<ProjectRole> getRole(URI projectUri,
Long roleId)
projectUri - uri of the project of the role to retrieve.roleId - unique role id.
RestClientException - in case of problems (connectivity, malformed messages, etc.)com.atlassian.util.concurrent.Promise<Iterable<ProjectRole>> getRoles(URI projectUri)
projectUri - uri of the project of the roles to retrieve.
RestClientException - in case of problems (connectivity, malformed messages, etc.)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||