Uses of Class
org.springframework.cloud.dataflow.rest.resource.StepExecutionProgressInfoResource
Package
Description
Defines the operations of the Spring Cloud Data Flow REST Client.
Spring Cloud Data Flow Server Controllers.
-
Uses of StepExecutionProgressInfoResource in org.springframework.cloud.dataflow.rest.client
Modifier and TypeMethodDescriptionJobOperations.stepExecutionProgress
(long jobExecutionId, long stepExecutionId) Return StepExecutionProgressInfoResource for a specific job execution id and step execution Id.JobTemplate.stepExecutionProgress
(long jobExecutionId, long stepExecutionId) -
Uses of StepExecutionProgressInfoResource in org.springframework.cloud.dataflow.server.controller
Modifier and TypeMethodDescriptionJobStepExecutionProgressController.progress
(long jobExecutionId, long stepExecutionId) Get the step execution progress for the given jobExecutions step.