Uses of Class
com.github.chrisgleissner.springbatchrest.api.job.Job
-
Packages that use Job Package Description com.github.chrisgleissner.springbatchrest.api.job com.github.chrisgleissner.springbatchrest.api.jobexecution -
-
Uses of Job in com.github.chrisgleissner.springbatchrest.api.job
Methods in com.github.chrisgleissner.springbatchrest.api.job that return Job Modifier and Type Method Description Job
JobResource. getJob()
Job
JobService. job(java.lang.String jobName)
Methods in com.github.chrisgleissner.springbatchrest.api.job that return types with arguments of type Job Modifier and Type Method Description java.util.Collection<Job>
JobService. jobs()
Constructors in com.github.chrisgleissner.springbatchrest.api.job with parameters of type Job Constructor Description JobResource(Job job)
-
Uses of Job in com.github.chrisgleissner.springbatchrest.api.jobexecution
Methods in com.github.chrisgleissner.springbatchrest.api.jobexecution that return Job Modifier and Type Method Description Job
JobExecutionService. job(java.lang.String jobName)
-