|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserRestClient
The com.atlassian.jira.rest.client.api handling user resources.
| Method Summary | |
|---|---|
com.atlassian.util.concurrent.Promise<User> |
getUser(String username)
Retrieves detailed information about selected user. |
com.atlassian.util.concurrent.Promise<User> |
getUser(URI userUri)
Retrieves detailed information about selected user. |
| Method Detail |
|---|
com.atlassian.util.concurrent.Promise<User> getUser(String username)
getUser(URI) instead as that method is more RESTful (well connected)
username - JIRA username/login
RestClientException - in case of problems (connectivity, malformed messages, etc.)com.atlassian.util.concurrent.Promise<User> getUser(URI userUri)
getUser(String) as com.atlassian.jira.rest.it's more RESTful (well connected)
userUri - URI of user resource
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 | |||||||||