Uses of Class
org.springframework.cloud.dataflow.rest.job.JobInstanceExecutions
Packages that use JobInstanceExecutions
Package
Description
Spring Cloud Data Flow Server Controllers.
Contains various Services (Interfaces) that are part of the Dataflow Server.
Contains Service implementations for the Dataflow Server.
-
Uses of JobInstanceExecutions in org.springframework.cloud.dataflow.server.controller
Method parameters in org.springframework.cloud.dataflow.server.controller with type arguments of type JobInstanceExecutionsModifier and TypeMethodDescriptionorg.springframework.hateoas.PagedModel<JobInstanceResource>JobInstanceController.list(String jobName, org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<JobInstanceExecutions> assembler) Return a page-able list ofJobInstanceResourcedefined jobs. -
Uses of JobInstanceExecutions in org.springframework.cloud.dataflow.server.service
Methods in org.springframework.cloud.dataflow.server.service that return JobInstanceExecutionsModifier and TypeMethodDescriptionTaskJobService.getJobInstance(long id) Retrieves aJobInstancefrom the JobRepository and matches it with the associatedJobExecutions.Methods in org.springframework.cloud.dataflow.server.service that return types with arguments of type JobInstanceExecutionsModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<JobInstanceExecutions>TaskJobService.listTaskJobInstancesForJobName(org.springframework.data.domain.Pageable pageable, String jobName) Retrieves Pageable list ofJobInstanceExecutionsfrom the JobRepository with a specific jobName and matches the data with the associated JobExecutions. -
Uses of JobInstanceExecutions in org.springframework.cloud.dataflow.server.service.impl
Methods in org.springframework.cloud.dataflow.server.service.impl that return JobInstanceExecutionsMethods in org.springframework.cloud.dataflow.server.service.impl that return types with arguments of type JobInstanceExecutionsModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<JobInstanceExecutions>DefaultTaskJobService.listTaskJobInstancesForJobName(org.springframework.data.domain.Pageable pageable, String jobName)