Class RestExecutableJobList

  • All Implemented Interfaces:
    com.atlassian.plugins.rest.common.expand.entity.ListWrapper<RestJob>

    public class RestExecutableJobList
    extends AbstractRestList<RestJob>
    • Field Detail

      • executableJobs

        @Expandable
        protected List<RestJob> executableJobs
      • expand

        protected String expand
    • Constructor Detail

      • RestExecutableJobList

        public RestExecutableJobList()
      • RestExecutableJobList

        public RestExecutableJobList​(int size,
                                     org.apache.commons.lang3.Range<Integer> range,
                                     com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestJob> callback)
    • Method Detail

      • getExecutableJobs

        public List<RestJob> getExecutableJobs()
      • setExecutableJobs

        public void setExecutableJobs​(List<RestJob> executableJobs)