Class RestPlanBranchList

java.lang.Object
com.atlassian.bamboo.rest.model.AbstractRestList<RestPlanBranch>
com.atlassian.bamboo.plugins.rest.model.plan.branch.RestPlanBranchList
All Implemented Interfaces:
com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapper<RestPlanBranch>

public class RestPlanBranchList extends AbstractRestList<RestPlanBranch>
  • Field Details

    • expand

      protected String expand
  • Constructor Details

    • RestPlanBranchList

      public RestPlanBranchList()
    • RestPlanBranchList

      public RestPlanBranchList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapperCallback<RestPlanBranch> callback)
  • Method Details