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