|
CruiseControl.NET : And Condition
This page last changed on Apr 08, 2010 by ccnet-doc-gen.
And ConditionChecks that all the child condition pass. VersionAvailable from version 1.6 ExamplesBasic example <andCondition> <conditions> <!-- Conditions to check --> </conditions> </andCondition> Example in context <conditional> <conditions> <andCondition> <conditions> <!-- Conditions to check --> </conditions> </andCondition> </conditions> <tasks> <!-- Tasks to perform if condition passed --> </tasks> <elseTasks> <!-- Tasks to perform if condition failed --> </elseTasks> </conditional> Configuration Elements
NotesThis condition has been kindly supplied by Lasse Sjørup. The original project is available from http://ccnetconditional.codeplex.com/.
|
| Document generated by Confluence on Jan 23, 2011 08:52 |