Uses of Class
com.github.chrisgleissner.springbatchrest.api.jobexecution.JobExecutionResource
-
Packages that use JobExecutionResource Package Description com.github.chrisgleissner.springbatchrest.api.jobexecution -
-
Uses of JobExecutionResource in com.github.chrisgleissner.springbatchrest.api.jobexecution
Methods in com.github.chrisgleissner.springbatchrest.api.jobexecution that return JobExecutionResource Modifier and Type Method Description JobExecutionResource
JobExecutionController. get(long id)
JobExecutionResource
JobExecutionController. put(com.github.chrisgleissner.springbatchrest.util.adhoc.JobConfig jobConfig)
Methods in com.github.chrisgleissner.springbatchrest.api.jobexecution that return types with arguments of type JobExecutionResource Modifier and Type Method Description org.springframework.hateoas.Resources<JobExecutionResource>
JobExecutionController. all(java.lang.String jobName, org.springframework.batch.core.ExitStatus exitStatus, java.lang.Integer maxNumberOfJobInstances, java.lang.Integer maxNumberOfJobExecutionsPerInstance)
-