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.common.expand.entity.ListWrapper<RestVcsBranch>
public class RestVcsBranchList extends AbstractRestList<RestVcsBranch>
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
callback, maxResult, size, startIndex
-
-
Constructor Summary
Constructors Constructor Description RestVcsBranchList()
RestVcsBranchList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestVcsBranch> callback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RestVcsBranch>
getBranches()
-
Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
getAllElements, getCallback, getMaxResult, getSize, getStartIndex, setMaxResult, setStartIndex
-
-
-
-
Constructor Detail
-
RestVcsBranchList
public RestVcsBranchList()
-
RestVcsBranchList
public RestVcsBranchList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestVcsBranch> callback)
-
-
Method Detail
-
getBranches
public List<RestVcsBranch> getBranches()
-
-