Class RestQueuedBuildList

java.lang.Object
com.atlassian.bamboo.rest.model.AbstractRestList<RestQueuedBuild>
com.atlassian.bamboo.plugins.rest.model.queue.RestQueuedBuildList
All Implemented Interfaces:
com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapper<RestQueuedBuild>

public class RestQueuedBuildList extends AbstractRestList<RestQueuedBuild>
  • Field Details

    • expand

      protected String expand
  • Constructor Details

    • RestQueuedBuildList

      public RestQueuedBuildList()
    • RestQueuedBuildList

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