Modifier and Type | Method and Description |
---|---|
public BatchStatus | |
public Date | |
public Date | |
public long | |
public String | |
public String | |
public Properties | |
public Date | |
public Date |
getBatchStatus | back to summary |
---|---|
public BatchStatus getBatchStatus() Get batch status of this execution.
|
getCreateTime | back to summary |
---|---|
public Date getCreateTime() Get time execution was created.
|
getEndTime | back to summary |
---|---|
public Date getEndTime() Get time execution entered end status: COMPLETED, STOPPED, FAILED.
|
getExecutionId | back to summary |
---|---|
public long getExecutionId() Get unique id for this JobExecution.
|
getExitStatus | back to summary |
---|---|
public String getExitStatus() Get execution exit status.
|
getJobName | back to summary |
---|---|
public String getJobName() Get job name.
|
getJobParameters | back to summary |
---|---|
public Properties getJobParameters() Get job parameters for this execution.
|
getLastUpdatedTime | back to summary |
---|---|
public Date getLastUpdatedTime() Get time execution was last updated updated.
|
getStartTime | back to summary |
---|---|
public Date getStartTime() Get time execution entered STARTED status.
|