Class RestResultList
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.AbstractRestList<Result>
-
- com.atlassian.bamboo.plugins.rest.model.build.RestResultList
-
- All Implemented Interfaces:
com.atlassian.plugins.rest.common.expand.entity.ListWrapper<Result>
public class RestResultList extends AbstractRestList<Result>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
expand
protected List<Result>
results
-
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
callback, maxResult, size, startIndex
-
-
Constructor Summary
Constructors Constructor Description RestResultList()
RestResultList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<Result> callback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Result>
getResults()
void
setResults(List<Result> results)
-
Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
getAllElements, getCallback, getMaxResult, getSize, getStartIndex, setMaxResult, setStartIndex
-
-