public interface StepExecution
Modifier and Type | Method and Description |
---|---|
BatchStatus |
getBatchStatus ()
Get batch status of this step execution.
|
Date |
getEndTime ()
Get time this step ended.
|
String |
getExitStatus ()
Get exit status of step.
|
Metric[] |
getMetrics ()
Get step metrics
|
Serializable |
getPersistentUserData ()
Get user persistent data
|
Date |
getStartTime ()
Get time this step started.
|
long |
getStepExecutionId ()
Get unique id for this StepExecution.
|
String |
getStepName ()
Get step name.
|
long getStepExecutionId()
String getStepName()
BatchStatus getBatchStatus()
Date getStartTime()
Date getEndTime()
String getExitStatus()
Serializable getPersistentUserData()
Metric[] getMetrics()
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.