com.atlassian.bamboo.plugins.rest.model.plan.branch
Class RestVcsBranchList

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.model.AbstractRestList<RestVcsBranch>
      extended by 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.plugins.rest.model.AbstractRestList
callback, maxResult, size, startIndex
 
Constructor Summary
RestVcsBranchList()
           
RestVcsBranchList(int size, org.apache.commons.lang.math.IntRange range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestVcsBranch> callback)
           
 
Method Summary
 java.util.List<RestVcsBranch> getBranches()
           
 
Methods inherited from class com.atlassian.bamboo.plugins.rest.model.AbstractRestList
getCallback, getSize, setMaxResult, setStartIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestVcsBranchList

public RestVcsBranchList()

RestVcsBranchList

public RestVcsBranchList(int size,
                         org.apache.commons.lang.math.IntRange range,
                         com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestVcsBranch> callback)
Method Detail

getBranches

public java.util.List<RestVcsBranch> getBranches()


Copyright © 2012 Atlassian. All Rights Reserved.