Class AllJobExecutionProvider

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<org.springframework.batch.core.JobExecution> getJobExecutions​(java.util.Optional<java.lang.String> jobNameRegexp, java.util.Optional<java.lang.String> exitCode, int maxNumberOfExecutionsPerJobName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.github.chrisgleissner.springbatchrest.api.jobexecution.provider.JobExecutionProvider

        limit
    • Constructor Detail

      • AllJobExecutionProvider

        public AllJobExecutionProvider()
    • Method Detail

      • getJobExecutions

        public java.util.Collection<org.springframework.batch.core.JobExecution> getJobExecutions​(java.util.Optional<java.lang.String> jobNameRegexp,
                                                                                                  java.util.Optional<java.lang.String> exitCode,
                                                                                                  int maxNumberOfExecutionsPerJobName)
        Specified by:
        getJobExecutions in interface JobExecutionProvider