Class JobStepExecutionProgressController

java.lang.Object
org.springframework.cloud.dataflow.server.controller.JobStepExecutionProgressController

@RestController @RequestMapping("/jobs/executions/{jobExecutionId}/steps") @ExposesResourceFor(StepExecutionProgressInfoResource.class) public class JobStepExecutionProgressController extends Object
Author:
Glenn Renfro, Corneil du Plessis
  • Constructor Details

    • JobStepExecutionProgressController

      public JobStepExecutionProgressController(JobService jobService, TaskJobService taskJobService)
      Creates a JobStepProgressInfoExecutionsController that retrieves Job Step Progress Execution information from a the JobService
      Parameters:
      jobService - The JobService this controller will use for retrieving job step progress execution information.
      taskJobService - Queries both schemas.
  • Method Details