public class TaskJobExecution extends Object
JobExecution
has with its associated task execution id.Constructor and Description |
---|
TaskJobExecution(long taskId,
org.springframework.batch.core.JobExecution jobExecution,
boolean isTaskDefined,
int stepExecutionCount,
String schemaTarget) |
TaskJobExecution(long taskId,
org.springframework.batch.core.JobExecution jobExecution,
boolean isTaskDefined,
String schemaTarget) |
Modifier and Type | Method and Description |
---|---|
org.springframework.batch.core.JobExecution |
getJobExecution() |
String |
getSchemaTarget() |
int |
getStepExecutionCount()
The number of steps executions contained in the job execution.
|
long |
getTaskId() |
boolean |
isTaskDefined() |
String |
toString() |
public TaskJobExecution(long taskId, org.springframework.batch.core.JobExecution jobExecution, boolean isTaskDefined, String schemaTarget)
public TaskJobExecution(long taskId, org.springframework.batch.core.JobExecution jobExecution, boolean isTaskDefined, int stepExecutionCount, String schemaTarget)
public long getTaskId()
JobExecution
.public org.springframework.batch.core.JobExecution getJobExecution()
JobExecution
that is associated with the task id.public boolean isTaskDefined()
public int getStepExecutionCount()
public String getSchemaTarget()
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.