Class RestBranchList

java.lang.Object
com.atlassian.bamboo.rest.model.AbstractRestList<RestBranch>
com.atlassian.bamboo.rest.model.repository.RestBranchList
All Implemented Interfaces:
com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapper<RestBranch>

public class RestBranchList extends AbstractRestList<RestBranch>
  • Constructor Details

    • RestBranchList

      public RestBranchList(int size, org.apache.commons.lang3.Range<Integer> range, List<RestBranch> searchResults)
  • Method Details