Class RestVcsBranchList
java.lang.Object
com.atlassian.bamboo.rest.model.AbstractRestList<RestVcsBranch>
com.atlassian.bamboo.plugins.rest.model.plan.branch.RestVcsBranchList
- All Implemented Interfaces:
com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapper<RestVcsBranch>
-
Field Summary
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
callback, maxResult, size, startIndex
-
Constructor Summary
ConstructorDescriptionRestVcsBranchList
(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapperCallback<RestVcsBranch> callback) -
Method Summary
Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
getAllElements, getCallback, getMaxResult, getSize, getStartIndex, setMaxResult, setStartIndex
-
Constructor Details
-
RestVcsBranchList
public RestVcsBranchList() -
RestVcsBranchList
public RestVcsBranchList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapperCallback<RestVcsBranch> callback)
-
-
Method Details
-
getBranches
-