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

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.model.AbstractRestList<RestPlanBranch>
      extended by com.atlassian.bamboo.plugins.rest.model.plan.branch.RestPlanBranchList
All Implemented Interfaces:
com.atlassian.plugins.rest.common.expand.entity.ListWrapper<RestPlanBranch>

public class RestPlanBranchList
extends AbstractRestList<RestPlanBranch>


Field Summary
protected  java.lang.String expand
           
 
Fields inherited from class com.atlassian.bamboo.plugins.rest.model.AbstractRestList
callback, maxResult, size, startIndex
 
Constructor Summary
RestPlanBranchList()
           
RestPlanBranchList(int size, org.apache.commons.lang.math.IntRange range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestPlanBranch> callback)
           
 
Method Summary
 java.util.List<RestPlanBranch> 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
 

Field Detail

expand

protected java.lang.String expand
Constructor Detail

RestPlanBranchList

public RestPlanBranchList()

RestPlanBranchList

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

getBranches

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


Copyright © 2012 Atlassian. All Rights Reserved.