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.api.expand.listwrapper.ListWrapper<RestVcsBranch>

public class RestVcsBranchList extends AbstractRestList<RestVcsBranch>
  • Constructor Details

    • RestVcsBranchList

      public RestVcsBranchList()
    • RestVcsBranchList

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