Class RestTestErrorList
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.AbstractRestList<RestTestError>
-
- com.atlassian.bamboo.plugins.rest.model.build.test.RestTestErrorList
-
- All Implemented Interfaces:
com.atlassian.plugins.rest.common.expand.entity.ListWrapper<RestTestError>
public class RestTestErrorList extends AbstractRestList<RestTestError>
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
callback, maxResult, size, startIndex
-
-
Constructor Summary
Constructors Constructor Description RestTestErrorList()
RestTestErrorList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestTestError> callback)
-
Method Summary
-
Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
getAllElements, getCallback, getMaxResult, getSize, getStartIndex, setMaxResult, setStartIndex
-
-
-
-
Constructor Detail
-
RestTestErrorList
public RestTestErrorList()
-
RestTestErrorList
public RestTestErrorList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestTestError> callback)
-
-