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