|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JiraRestClientFactory
Factory for producing JIRA REST com.atlassian.jira.client with selected authentication handler
| Method Summary | |
|---|---|
JiraRestClient |
create(URI serverUri,
AuthenticationHandler authenticationHandler)
Creates an instance of JiraRestClient with default HttpClient settings. |
JiraRestClient |
create(URI serverUri,
com.atlassian.httpclient.api.HttpClient httpClient)
Creates an instance of JiraRestClient with given Atlassian HttpClient. |
JiraRestClient |
createWithBasicHttpAuthentication(URI serverUri,
String username,
String password)
Creates an instance of JiraRestClient with default HttpClient settings. |
| Method Detail |
|---|
JiraRestClient create(URI serverUri,
AuthenticationHandler authenticationHandler)
serverUri - - URI of JIRA instance.authenticationHandler - - requests authenticator.
JiraRestClient createWithBasicHttpAuthentication(URI serverUri,
String username,
String password)
serverUri - - URI or JIRA instance.username - - username of the user used to log in to JIRA.password - - password of the user used to log in to JIRA.
JiraRestClient create(URI serverUri,
com.atlassian.httpclient.api.HttpClient httpClient)
serverUri - - URI of JIRA instance.httpClient - - instance of Atlassian HttpClient.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||