Uses of Class
org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
Package
Description
Defines the operations of the Spring Cloud Data Flow REST Client.
Spring Cloud Data Flow REST HATEOAS Resource support.
Spring Cloud Data Flow Server Controllers.
-
Uses of JobExecutionResource in org.springframework.cloud.dataflow.rest.client
Modifier and TypeMethodDescriptionJobOperations.jobExecution
(long id) Return theJobExecutionResource
for the id specified.JobTemplate.jobExecution
(long id) Modifier and TypeMethodDescriptionorg.springframework.hateoas.PagedModel<JobExecutionResource>
JobOperations.executionList()
org.springframework.hateoas.PagedModel<JobExecutionResource>
JobTemplate.executionList()
org.springframework.hateoas.PagedModel<JobExecutionResource>
JobOperations.executionListByJobName
(String jobName) List job executions known to the system filtered by job name.org.springframework.hateoas.PagedModel<JobExecutionResource>
JobTemplate.executionListByJobName
(String jobName) -
Uses of JobExecutionResource in org.springframework.cloud.dataflow.rest.client.dsl.task
-
Uses of JobExecutionResource in org.springframework.cloud.dataflow.rest.resource
ModifierConstructorDescriptionJobInstanceResource
(String jobName, long jobInstanceId, List<JobExecutionResource> taskJobExecutions) -
Uses of JobExecutionResource in org.springframework.cloud.dataflow.server.controller
Modifier and TypeMethodDescriptionJobExecutionController.view
(long id) View the details of a single task execution, specified by id.Modifier and TypeMethodDescriptionorg.springframework.hateoas.PagedModel<JobExecutionResource>
JobExecutionController.retrieveJobsByParameters
(String jobName, org.springframework.batch.core.BatchStatus status, org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<TaskJobExecution> assembler) Retrieve all task job executions with the task name specified