Class JobService
- java.lang.Object
-
- com.github.chrisgleissner.springbatchrest.api.job.JobService
-
@Service public class JobService extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JobService(org.springframework.batch.core.configuration.JobRegistry jobRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Job
job(java.lang.String jobName)
java.util.Collection<Job>
jobs()
-