Class JiraSite.ExtendedAsynchronousJiraRestClientFactory

  • All Implemented Interfaces:
    com.atlassian.jira.rest.client.api.JiraRestClientFactory
    Enclosing class:
    JiraSite

    public static class JiraSite.ExtendedAsynchronousJiraRestClientFactory
    extends Object
    implements com.atlassian.jira.rest.client.api.JiraRestClientFactory
    • Constructor Detail

      • ExtendedAsynchronousJiraRestClientFactory

        public ExtendedAsynchronousJiraRestClientFactory()
    • Method Detail

      • create

        public ExtendedJiraRestClient create​(URI serverUri,
                                             com.atlassian.jira.rest.client.api.AuthenticationHandler authenticationHandler,
                                             com.atlassian.httpclient.api.factory.HttpClientOptions options)
      • create

        public ExtendedJiraRestClient create​(URI serverUri,
                                             com.atlassian.jira.rest.client.api.AuthenticationHandler authenticationHandler)
        Specified by:
        create in interface com.atlassian.jira.rest.client.api.JiraRestClientFactory
      • createWithBasicHttpAuthentication

        public ExtendedJiraRestClient createWithBasicHttpAuthentication​(URI serverUri,
                                                                        String username,
                                                                        String password)
        Specified by:
        createWithBasicHttpAuthentication in interface com.atlassian.jira.rest.client.api.JiraRestClientFactory
      • createWithAuthenticationHandler

        public ExtendedJiraRestClient createWithAuthenticationHandler​(URI serverUri,
                                                                      com.atlassian.jira.rest.client.api.AuthenticationHandler authenticationHandler)
        Specified by:
        createWithAuthenticationHandler in interface com.atlassian.jira.rest.client.api.JiraRestClientFactory
      • create

        public ExtendedJiraRestClient create​(URI serverUri,
                                             com.atlassian.httpclient.api.HttpClient httpClient)
        Specified by:
        create in interface com.atlassian.jira.rest.client.api.JiraRestClientFactory