Uses of Class
org.jboss.set.aphrodite.jira.rest.client.api.domain.Page
-
Packages that use Page Package Description org.jboss.set.aphrodite.jira.rest.client.internal.async org.jboss.set.aphrodite.jira.rest.client.internal.json -
-
Uses of Page in org.jboss.set.aphrodite.jira.rest.client.internal.async
Methods in org.jboss.set.aphrodite.jira.rest.client.internal.async that return types with arguments of type Page Modifier and Type Method Description io.atlassian.util.concurrent.Promise<Page<Board>>AsynchronousAgileRestClient. getAllBoards(Long startAt, Integer maxResults, String type, String name, String projectKeyOrId)io.atlassian.util.concurrent.Promise<Page<Sprint>>AsynchronousAgileRestClient. getAllSprints(int boardId, Long startAt, Integer maxResults, String state) -
Uses of Page in org.jboss.set.aphrodite.jira.rest.client.internal.json
Methods in org.jboss.set.aphrodite.jira.rest.client.internal.json that return Page Modifier and Type Method Description Page<V>PageParser. parse(org.codehaus.jettison.json.JSONObject json)
-