Class RestTestResultList
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.AbstractRestList<RestTestResult>
-
- com.atlassian.bamboo.plugins.rest.model.build.test.RestTestResultList
-
- All Implemented Interfaces:
com.atlassian.plugins.rest.common.expand.entity.ListWrapper<RestTestResult>
public class RestTestResultList extends AbstractRestList<RestTestResult>
-
-
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 RestTestResultList()
RestTestResultList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestTestResult> callback)
-
Method Summary
-
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
-
RestTestResultList
public RestTestResultList()
-
RestTestResultList
public RestTestResultList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestTestResult> callback)
-
-