Class RestExecutableJobList

java.lang.Object
com.atlassian.bamboo.rest.model.AbstractRestList<RestJob>
com.atlassian.bamboo.rest.model.agent.RestExecutableJobList
All Implemented Interfaces:
com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapper<RestJob>

public class RestExecutableJobList extends AbstractRestList<RestJob>
  • Field Details

    • executableJobs

      @Expandable protected List<RestJob> executableJobs
    • expand

      protected String expand
  • Constructor Details

    • RestExecutableJobList

      public RestExecutableJobList()
    • RestExecutableJobList

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

    • getExecutableJobs

      public List<RestJob> getExecutableJobs()
    • setExecutableJobs

      public void setExecutableJobs(List<RestJob> executableJobs)