Class AsynchronousAgileRestClient
- java.lang.Object
-
- com.atlassian.jira.rest.client.internal.async.AbstractAsynchronousRestClient
-
- org.jboss.set.aphrodite.jira.rest.client.internal.async.AsynchronousAgileRestClient
-
public class AsynchronousAgileRestClient extends com.atlassian.jira.rest.client.internal.async.AbstractAsynchronousRestClient- Author:
- Carlo de Wolf
-
-
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
Constructors Constructor Description AsynchronousAgileRestClient(URI baseUri, com.atlassian.httpclient.api.HttpClient client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.atlassian.util.concurrent.Promise<Page<Board>>getAllBoards(Long startAt, Integer maxResults, String type, String name, String projectKeyOrId)io.atlassian.util.concurrent.Promise<Page<Sprint>>getAllSprints(int boardId, Long startAt, Integer maxResults, String state)
-
-
-
Constructor Detail
-
AsynchronousAgileRestClient
public AsynchronousAgileRestClient(URI baseUri, com.atlassian.httpclient.api.HttpClient client)
-
-