Class RestJiraIssueList
java.lang.Object
com.atlassian.bamboo.rest.model.AbstractRestList<RestJiraIssue>
com.atlassian.bamboo.rest.model.build.issue.RestJiraIssueList
- All Implemented Interfaces:
com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapper<RestJiraIssue>
-
Field Summary
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
callback, maxResult, size, startIndex
-
Constructor Summary
ConstructorDescriptionRestJiraIssueList
(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapperCallback<RestJiraIssue> callback) -
Method Summary
Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
getAllElements, getCallback, getMaxResult, getSize, getStartIndex, setMaxResult, setStartIndex
-
Field Details
-
expand
-
-
Constructor Details
-
RestJiraIssueList
public RestJiraIssueList() -
RestJiraIssueList
public RestJiraIssueList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapperCallback<RestJiraIssue> callback)
-
-
Method Details
-
setIssue
-