Class JobDetailService
- java.lang.Object
-
- com.github.chrisgleissner.springbatchrest.api.jobdetail.JobDetailService
-
@Service public class JobDetailService extends Object
-
-
Constructor Summary
Constructors Constructor Description JobDetailService(org.quartz.Scheduler scheduler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<JobDetail>
all(Optional<Boolean> enabled, Optional<String> springBatchJobName)
JobDetail
jobDetail(String quartzGroupName, String quartzJobName)
-