public abstract class FailedAfterExecutionAuditStep extends AfterExecutionAuditStep implements SuccessableStep, RollableFailedStep, FailedWithErrorStep
successExecutionAuditchange| Modifier | Constructor and Description |
|---|---|
protected |
FailedAfterExecutionAuditStep(ExecutableChange change,
boolean successAuditOperation) |
| Modifier and Type | Method and Description |
|---|---|
static FailedAfterExecutionAuditStep |
fromFailedApply(ExecutableChange change,
java.lang.Throwable errorOnApply,
io.flamingock.internal.util.Result auditResult) |
static FailedAfterExecutionAuditStep |
fromSuccessApply(ExecutableChange change,
io.flamingock.internal.util.Result.Error errorOnAudit) |
RollableStep |
getRollbackStep() |
isSuccessStepgetChangeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisSuccessStepgetMainErrorgetChange, getLoadedChangeprotected FailedAfterExecutionAuditStep(ExecutableChange change, boolean successAuditOperation)
public static FailedAfterExecutionAuditStep fromFailedApply(ExecutableChange change, java.lang.Throwable errorOnApply, io.flamingock.internal.util.Result auditResult)
public static FailedAfterExecutionAuditStep fromSuccessApply(ExecutableChange change, io.flamingock.internal.util.Result.Error errorOnAudit)
public final RollableStep getRollbackStep()
getRollbackStep in interface RollableFailedStep