Class JiraRestClientExtension
java.lang.Object
com.atlassian.jira.rest.client.internal.async.AbstractAsynchronousRestClient
org.jenkinsci.plugins.JiraTestResultReporter.restclientextensions.JiraRestClientExtension
public class JiraRestClientExtension
extends com.atlassian.jira.rest.client.internal.async.AbstractAsynchronousRestClient
Created by tuicu.
Extension of the Jira REST Client for querying statuses with status category information and delete issues
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlassian.jira.rest.client.internal.async.AbstractAsynchronousRestClient
com.atlassian.jira.rest.client.internal.async.AbstractAsynchronousRestClient.ResponseHandler<T extends Object>
-
Constructor Summary
ConstructorsConstructorDescriptionJiraRestClientExtension
(URI serverUri, com.atlassian.httpclient.api.HttpClient client) -
Method Summary
Modifier and TypeMethodDescriptionio.atlassian.util.concurrent.Promise<Void>
deteleIssue
(String issueKey) io.atlassian.util.concurrent.Promise<Iterable<FullStatus>>
Methods inherited from class com.atlassian.jira.rest.client.internal.async.AbstractAsynchronousRestClient
call, callAndParse, callAndParse, client, delete, getAndParse, post, post, post, post, postAndParse, postAndParse, put, putAndParse
-
Constructor Details
-
JiraRestClientExtension
-
-
Method Details
-
getStatuses
-
deteleIssue
-