public class JobExecutionHistory
extends java.lang.Object
| Constructor and Description |
|---|
JobExecutionHistory(java.lang.String jobName) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(org.springframework.batch.core.JobExecution jobExecution) |
CumulativeHistory |
getDuration() |
java.lang.String |
getJobName() |
public java.lang.String getJobName()
public CumulativeHistory getDuration()
public void append(org.springframework.batch.core.JobExecution jobExecution)
Copyright © 2015. All Rights Reserved.