Package | Description |
---|---|
org.springframework.cloud.dataflow.rest.client |
Defines the operations of the Spring Cloud Data Flow REST Client.
|
org.springframework.cloud.dataflow.rest.client.dsl.task | |
org.springframework.cloud.dataflow.rest.resource |
Spring Cloud Data Flow REST HATEOAS Resource support.
|
org.springframework.cloud.dataflow.server.controller |
Spring Cloud Data Flow Server Controllers.
|
Modifier and Type | Method and Description |
---|---|
JobExecutionResource |
JobTemplate.jobExecution(long id,
String schemaTarget) |
JobExecutionResource |
JobOperations.jobExecution(long id,
String schemaTarget)
Return the
JobExecutionResource for the id specified. |
Modifier and Type | Method and Description |
---|---|
org.springframework.hateoas.PagedModel<JobExecutionResource> |
JobTemplate.executionList() |
org.springframework.hateoas.PagedModel<JobExecutionResource> |
JobOperations.executionList() |
org.springframework.hateoas.PagedModel<JobExecutionResource> |
JobTemplate.executionListByJobName(String jobName) |
org.springframework.hateoas.PagedModel<JobExecutionResource> |
JobOperations.executionListByJobName(String jobName)
List job executions known to the system filtered by job name.
|
Modifier and Type | Method and Description |
---|---|
Collection<JobExecutionResource> |
Task.jobExecutionResources() |
Modifier and Type | Method and Description |
---|---|
List<JobExecutionResource> |
JobInstanceResource.getJobExecutions() |
Constructor and Description |
---|
JobInstanceResource(String jobName,
long jobInstanceId,
List<JobExecutionResource> taskJobExecutions) |
Modifier and Type | Method and Description |
---|---|
JobExecutionResource |
JobExecutionController.view(long id,
String schemaTarget)
View the details of a single task execution, specified by id.
|
Modifier and Type | Method and Description |
---|---|
org.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
|
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.