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.common.expand.entity.ListWrapper<RestJiraIssue>
public class RestJiraIssueList extends AbstractRestList<RestJiraIssue>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
expand
-
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
callback, maxResult, size, startIndex
-
-
Constructor Summary
Constructors Constructor Description RestJiraIssueList()
RestJiraIssueList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestJiraIssue> callback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setIssue(List<RestJiraIssue> issue)
-
Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
getAllElements, getCallback, getMaxResult, getSize, getStartIndex, setMaxResult, setStartIndex
-
-
-
-
Field Detail
-
expand
protected String expand
-
-
Constructor Detail
-
RestJiraIssueList
public RestJiraIssueList()
-
RestJiraIssueList
public RestJiraIssueList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestJiraIssue> callback)
-
-
Method Detail
-
setIssue
public void setIssue(List<RestJiraIssue> issue)
-
-