Uses of Class
org.springframework.cloud.dataflow.rest.resource.JobInstanceResource
Packages that use 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
Methods in org.springframework.cloud.dataflow.rest.client that return JobInstanceResourceModifier and TypeMethodDescriptionJobOperations.jobInstance(long id) Return theJobInstanceResourcefor the id specified.JobTemplate.jobInstance(long id) Methods in org.springframework.cloud.dataflow.rest.client that return types with arguments of type JobInstanceResourceModifier 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
Methods in org.springframework.cloud.dataflow.rest.client.dsl.task that return types with arguments of type JobInstanceResource -
Uses of JobInstanceResource in org.springframework.cloud.dataflow.server.controller
Methods in org.springframework.cloud.dataflow.server.controller that return JobInstanceResourceModifier and TypeMethodDescriptionJobInstanceController.view(long id) View the details of a single task instance, specified by id.Methods in org.springframework.cloud.dataflow.server.controller that return types with arguments of type JobInstanceResourceModifier 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.