Uses of Class
org.jboss.set.aphrodite.jira.rest.client.api.domain.Board
-
Packages that use Board Package Description org.jboss.set.aphrodite.jira.rest.client.internal.async org.jboss.set.aphrodite.jira.rest.client.internal.json -
-
Uses of Board 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 Board Modifier and Type Method Description io.atlassian.util.concurrent.Promise<Page<Board>>AsynchronousAgileRestClient. getAllBoards(Long startAt, Integer maxResults, String type, String name, String projectKeyOrId) -
Uses of Board in org.jboss.set.aphrodite.jira.rest.client.internal.json
Methods in org.jboss.set.aphrodite.jira.rest.client.internal.json that return Board Modifier and Type Method Description BoardBoardParser. parse(org.codehaus.jettison.json.JSONObject json)Methods in org.jboss.set.aphrodite.jira.rest.client.internal.json that return types with arguments of type Board Modifier and Type Method Description Iterable<Board>BoardsParser. parse(org.codehaus.jettison.json.JSONObject json)
-