public class CommunityChangeActionBuilder
extends java.lang.Object
| Constructor and Description |
|---|
CommunityChangeActionBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static io.flamingock.internal.common.core.recovery.action.ChangeActionMap |
build(java.util.Collection<AbstractLoadedTask> changes,
java.util.Map<java.lang.String,io.flamingock.internal.common.core.audit.AuditEntry> auditSnapshot)
Builds a stage action plan from audit stage status and validates for execution readiness.
|
public static io.flamingock.internal.common.core.recovery.action.ChangeActionMap build(java.util.Collection<AbstractLoadedTask> changes, java.util.Map<java.lang.String,io.flamingock.internal.common.core.audit.AuditEntry> auditSnapshot)
changes - the list of available changesauditSnapshot - the audit status containing change states and transaction infoio.flamingock.internal.common.core.recovery.ManualInterventionRequiredException - if any changes require manual intervention