public class TaskJobExecutionRel extends Object
TaskExecution
has with its associate Job Execution
Ids and ManifestConstructor and Description |
---|
TaskJobExecutionRel(org.springframework.cloud.dataflow.schema.AggregateTaskExecution taskExecution,
List<Long> jobExecutionIds,
TaskManifest taskManifest,
TaskJobExecution composedTaskJobExecution)
Constructor that establishes the relationship between a
TaskExecution and
the Job Execution Ids of the jobs that were executed within it. |
Modifier and Type | Method and Description |
---|---|
TaskJobExecution |
getComposedTaskJobExecution() |
List<Long> |
getJobExecutionIds() |
org.springframework.cloud.dataflow.schema.AggregateTaskExecution |
getTaskExecution() |
TaskManifest |
getTaskManifest() |
public TaskJobExecutionRel(org.springframework.cloud.dataflow.schema.AggregateTaskExecution taskExecution, List<Long> jobExecutionIds, TaskManifest taskManifest, TaskJobExecution composedTaskJobExecution)
TaskExecution
and
the Job Execution Ids of the jobs that were executed within it.taskExecution
- to be associated with the job execution ids.jobExecutionIds
- to be associated with the task execution.taskManifest
- to be associated with the task execution.composedTaskJobExecution
- to be associated with the task execution.public org.springframework.cloud.dataflow.schema.AggregateTaskExecution getTaskExecution()
public List<Long> getJobExecutionIds()
TaskExecution
in
this relationship.public TaskManifest getTaskManifest()
TaskExecution
. Could be null.public TaskJobExecution getComposedTaskJobExecution()
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.