Uses of Class
com.github.chrisgleissner.springbatchrest.api.jobdetail.JobDetail
-
Packages that use JobDetail Package Description com.github.chrisgleissner.springbatchrest.api.jobdetail -
-
Uses of JobDetail in com.github.chrisgleissner.springbatchrest.api.jobdetail
Methods in com.github.chrisgleissner.springbatchrest.api.jobdetail that return JobDetail Modifier and Type Method Description JobDetailJobDetailResource. getJobDetail()JobDetailJobDetailService. jobDetail(String quartzGroupName, String quartzJobName)Methods in com.github.chrisgleissner.springbatchrest.api.jobdetail that return types with arguments of type JobDetail Modifier and Type Method Description Collection<JobDetail>JobDetailService. all(Optional<Boolean> enabled, Optional<String> springBatchJobName)Methods in com.github.chrisgleissner.springbatchrest.api.jobdetail with parameters of type JobDetail Modifier and Type Method Description intJobDetail. compareTo(JobDetail o)Constructors in com.github.chrisgleissner.springbatchrest.api.jobdetail with parameters of type JobDetail Constructor Description JobDetailResource(JobDetail jobDetail)
-