public abstract class ExecutionStep extends AbstractChangeStep implements SuccessableStep
change| Modifier | Constructor and Description |
|---|---|
protected |
ExecutionStep(ExecutableChange change,
boolean successExecution,
long duration) |
| Modifier and Type | Method and Description |
|---|---|
long |
getDuration() |
boolean |
isSuccessStep()
Don't confuse with successful state.
|
abstract AfterExecutionAuditStep |
withAuditResult(io.flamingock.internal.util.Result saveResult) |
getChangeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLoadedChangeprotected ExecutionStep(ExecutableChange change, boolean successExecution, long duration)
public long getDuration()
public abstract AfterExecutionAuditStep withAuditResult(io.flamingock.internal.util.Result saveResult)
public final boolean isSuccessStep()
SuccessableStepisSuccessStep in interface SuccessableStep