public class ManualRolledBackStep extends RolledBackStep implements SuccessableStep, FailedStep
task| Modifier | Constructor and Description |
|---|---|
protected |
ManualRolledBackStep(Rollback rollback,
boolean rollbackSuccess,
long duration) |
| Modifier and Type | Method and Description |
|---|---|
CompletedFailedManualRollback |
applyAuditResult(io.flamingock.internal.util.Result auditResult) |
static ManualRolledBackStep |
failedRollback(Rollback rollback,
long duration,
java.lang.Throwable error) |
long |
getDuration() |
Rollback |
getRollback() |
static ManualRolledBackStep |
successfulRollback(Rollback rollback,
long duration) |
isSuccessStepgetTaskclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisSuccessStepgetLoadedTask, getTaskprotected ManualRolledBackStep(Rollback rollback, boolean rollbackSuccess, long duration)
public static ManualRolledBackStep successfulRollback(Rollback rollback, long duration)
public static ManualRolledBackStep failedRollback(Rollback rollback, long duration, java.lang.Throwable error)
public CompletedFailedManualRollback applyAuditResult(io.flamingock.internal.util.Result auditResult)
public long getDuration()
public Rollback getRollback()