Uses of Class
com.github.chrisgleissner.springbatchrest.api.job.JobResource
-
Packages that use JobResource Package Description com.github.chrisgleissner.springbatchrest.api.job -
-
Uses of JobResource in com.github.chrisgleissner.springbatchrest.api.job
Methods in com.github.chrisgleissner.springbatchrest.api.job that return JobResource Modifier and Type Method Description JobResource
JobController. get(java.lang.String jobName)
Methods in com.github.chrisgleissner.springbatchrest.api.job that return types with arguments of type JobResource Modifier and Type Method Description org.springframework.hateoas.Resources<JobResource>
JobController. all()
-