Class RestRepositoryList

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

public class RestRepositoryList extends AbstractRestList<RestRepository>
  • Constructor Details

    • RestRepositoryList

      public RestRepositoryList(int size, org.apache.commons.lang3.Range<Integer> range, List<RestRepository> list)
  • Method Details