Uses of Class
org.springframework.cloud.dataflow.rest.resource.JobExecutionThinResource
Packages that use JobExecutionThinResource
Package
Description
Defines the operations of the Spring Cloud Data Flow REST Client.
Spring Cloud Data Flow Server Controllers.
-
Uses of JobExecutionThinResource in org.springframework.cloud.dataflow.rest.client
Methods in org.springframework.cloud.dataflow.rest.client that return types with arguments of type JobExecutionThinResourceModifier and TypeMethodDescriptionorg.springframework.hateoas.PagedModel<JobExecutionThinResource>JobOperations.executionThinList()org.springframework.hateoas.PagedModel<JobExecutionThinResource>JobTemplate.executionThinList()org.springframework.hateoas.PagedModel<JobExecutionThinResource>JobOperations.executionThinListByJobName(String jobName) List job executions without step executions known to the system filtered by job name.org.springframework.hateoas.PagedModel<JobExecutionThinResource>JobTemplate.executionThinListByJobName(String jobName) -
Uses of JobExecutionThinResource 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 JobExecutionThinResource -
Uses of JobExecutionThinResource in org.springframework.cloud.dataflow.server.controller
Methods in org.springframework.cloud.dataflow.server.controller that return types with arguments of type JobExecutionThinResourceModifier and TypeMethodDescriptionorg.springframework.hateoas.PagedModel<JobExecutionThinResource>JobExecutionThinController.listJobsOnly(org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<TaskJobExecution> assembler) Return a page-able list ofJobExecutionThinResourcedefined jobs that do not contain step execution detail.org.springframework.hateoas.PagedModel<JobExecutionThinResource>JobExecutionThinController.retrieveJobsByDateRange(Date fromDate, Date toDate, org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<TaskJobExecution> assembler) Retrieve all task job executions filtered with the date range specifiedorg.springframework.hateoas.PagedModel<JobExecutionThinResource>JobExecutionThinController.retrieveJobsByJobInstanceId(int jobInstanceId, org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<TaskJobExecution> assembler) Retrieve all task job executions filtered with the job instance id specifiedorg.springframework.hateoas.PagedModel<JobExecutionThinResource>JobExecutionThinController.retrieveJobsByName(String jobName, org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<TaskJobExecution> assembler) Retrieve all task job executions with the task name specifiedorg.springframework.hateoas.PagedModel<JobExecutionThinResource>JobExecutionThinController.retrieveJobsByTaskExecutionId(int taskExecutionId, org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<TaskJobExecution> assembler) Retrieve all task job executions filtered with the task execution id specified