Uses of Class
org.springframework.cloud.dataflow.rest.resource.JobInstanceResource
Package
Description
Defines the operations of the Spring Cloud Data Flow REST Client.
Spring Cloud Data Flow Server Controllers.
-
Uses of JobInstanceResource in org.springframework.cloud.dataflow.rest.client
Modifier and TypeMethodDescriptionJobOperations.jobInstance
(long id) Return theJobInstanceResource
for the id specified.JobTemplate.jobInstance
(long id) Modifier and TypeMethodDescriptionorg.springframework.hateoas.PagedModel<JobInstanceResource>
JobOperations.instanceList
(String jobName) org.springframework.hateoas.PagedModel<JobInstanceResource>
JobTemplate.instanceList
(String jobName) -
Uses of JobInstanceResource in org.springframework.cloud.dataflow.rest.client.dsl.task
-
Uses of JobInstanceResource in org.springframework.cloud.dataflow.server.controller
Modifier and TypeMethodDescriptionJobInstanceController.view
(long id) View the details of a single task instance, specified by id.Modifier 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 ofJobInstanceResource
defined jobs.