| report.changed |
A condition, which when provided, states which changes to process (report). It may refer the changed element as @{old.extent.name}.element or @{new.extent.name}.element. See / for the available properties |
| orphans |
Tasks to execute after the models are compared and processed, before they are destroyed. |
| deleted |
Tasks to execute for a single deleted element held in 'this' property. All deleted elements are held in @{old.extent.name}.orphans property |
| added |
Tasks to execute for a single added element held in 'this' property. All added elements are held in @{new.extent.name}.orphans property |
| changed |
Tasks to execute for a single changed element held in 'this' property. |
| done |
Tasks to execute after the models are read, before their comparison itself. |
| init |
Tasks to execute after the models are read, before their comparison itself. |