Class AllJobExecutionProvider
- java.lang.Object
-
- com.github.chrisgleissner.springbatchrest.api.jobexecution.provider.AllJobExecutionProvider
-
- All Implemented Interfaces:
JobExecutionProvider
@Component public class AllJobExecutionProvider extends java.lang.Object implements JobExecutionProvider
-
-
Constructor Summary
Constructors Constructor Description 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
-
-
-
-
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 interfaceJobExecutionProvider
-
-