Petals ANT Tasks 2.6.0-SNAPSHOT

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (2)

View Page History
|| Attribute || Description || Default ||Required ? ||
| refid | Reference name of the internal object associated to flow trees previously built. | - | Yes |
| assert-size | Assertion against the nulmber of flow trees built (ie. a check about the number a flow tree build against the value of this parameter). | - | No |

h3. Example
<petals-monit-read-logfiles id="flows" dir="${petals.home}/logs/flow-monitoring" />
<petals-monit-build-flow-trees refid="flows" id="flow-trees" />
<petals-assert-flow-trees refid="flow-trees" assert-size="${expected-flow-tree-number}" />
{code}