Uses of Class
org.jboss.set.aphrodite.jira.rest.client.api.domain.Sprint
-
Packages that use Sprint Package Description org.jboss.set.aphrodite.jira.rest.client.internal.async org.jboss.set.aphrodite.jira.rest.client.internal.json -
-
Uses of Sprint 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 Sprint Modifier and Type Method Description io.atlassian.util.concurrent.Promise<Page<Sprint>>AsynchronousAgileRestClient. getAllSprints(int boardId, Long startAt, Integer maxResults, String state) -
Uses of Sprint in org.jboss.set.aphrodite.jira.rest.client.internal.json
Methods in org.jboss.set.aphrodite.jira.rest.client.internal.json that return Sprint Modifier and Type Method Description SprintSprintParser. parse(org.codehaus.jettison.json.JSONObject json)
-