Uses of Class
org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
Packages that use 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
Methods in org.springframework.cloud.dataflow.rest.client that return JobExecutionResourceModifier and TypeMethodDescriptionJobOperations.jobExecution
(long id) Return theJobExecutionResource
for the id specified.JobTemplate.jobExecution
(long id) Methods in org.springframework.cloud.dataflow.rest.client that return types with arguments of type JobExecutionResourceModifier 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
Methods in org.springframework.cloud.dataflow.rest.client.dsl.task that return types with arguments of type JobExecutionResource -
Uses of JobExecutionResource in org.springframework.cloud.dataflow.rest.resource
Methods in org.springframework.cloud.dataflow.rest.resource that return types with arguments of type JobExecutionResourceConstructor parameters in org.springframework.cloud.dataflow.rest.resource with type arguments of type JobExecutionResourceModifierConstructorDescriptionJobInstanceResource
(String jobName, long jobInstanceId, List<JobExecutionResource> taskJobExecutions) -
Uses of JobExecutionResource in org.springframework.cloud.dataflow.server.controller
Methods in org.springframework.cloud.dataflow.server.controller that return JobExecutionResourceModifier and TypeMethodDescriptionJobExecutionController.view
(long id) View the details of a single task execution, specified by id.Methods in org.springframework.cloud.dataflow.server.controller that return types with arguments of type JobExecutionResourceModifier 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