Uses of Class
com.github.chrisgleissner.springbatchrest.api.jobdetail.JobDetailResource
-
Packages that use JobDetailResource Package Description com.github.chrisgleissner.springbatchrest.api.jobdetail -
-
Uses of JobDetailResource in com.github.chrisgleissner.springbatchrest.api.jobdetail
Methods in com.github.chrisgleissner.springbatchrest.api.jobdetail that return JobDetailResource Modifier and Type Method Description JobDetailResource
JobDetailController. get(String quartzGroupName, String quartzJobName)
Methods in com.github.chrisgleissner.springbatchrest.api.jobdetail that return types with arguments of type JobDetailResource Modifier and Type Method Description org.springframework.hateoas.CollectionModel<JobDetailResource>
JobDetailController. all(Boolean enabled, String springBatchJobName)
-