public class TaskJobExecutionRel extends Object
TaskExecution
has with its associate Job Execution
Ids.Constructor and Description |
---|
TaskJobExecutionRel(org.springframework.cloud.task.repository.TaskExecution taskExecution,
List<Long> jobExecutionIds)
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 |
---|---|
List<Long> |
getJobExecutionIds() |
org.springframework.cloud.task.repository.TaskExecution |
getTaskExecution() |
public TaskJobExecutionRel(org.springframework.cloud.task.repository.TaskExecution taskExecution, List<Long> jobExecutionIds)
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.Copyright © 2019 Pivotal Software, Inc.. All rights reserved.