public class AsynchronousAgileRestClient
extends com.atlassian.jira.rest.client.internal.async.AbstractAsynchronousRestClient
| Constructor and Description |
|---|
AsynchronousAgileRestClient(URI baseUri,
com.atlassian.httpclient.api.HttpClient client) |
| Modifier and Type | Method and 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) |
public AsynchronousAgileRestClient(URI baseUri, com.atlassian.httpclient.api.HttpClient client)
Copyright © 2022 JBoss by Red Hat. All rights reserved.