Class RestChangeList
- java.lang.Object
-
- com.atlassian.bamboo.testutils.backdoor.model.AbstractRestList<RestChange>
-
- com.atlassian.bamboo.testutils.backdoor.model.RestChangeList
-
public class RestChangeList extends AbstractRestList<RestChange>
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.testutils.backdoor.model.AbstractRestList
maxResult, size, startIndex
-
-
Constructor Summary
Constructors Constructor Description RestChangeList()
RestChangeList(List<RestChange> changes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RestChange>
getChanges()
-
Methods inherited from class com.atlassian.bamboo.testutils.backdoor.model.AbstractRestList
getMaxResult, getSize, getStartIndex
-
-
-
-
Constructor Detail
-
RestChangeList
public RestChangeList()
-
RestChangeList
public RestChangeList(List<RestChange> changes)
-
-
Method Detail
-
getChanges
public List<RestChange> getChanges()
-
-