|
This page last changed on Jul 02, 2010 by ccnet-doc-gen.
Last Build Status Condition
Checks if the status of the last build matches a value. If no previous build exists any specified status will return false.
Version
Available from version 1.6
Examples
<lastStatusCondition value="Success" />
<conditional>
<conditions>
<lastStatusCondition>
<value>Failure</value>
</lastStatusCondition>
</conditions>
<tasks>
</tasks>
<elseTasks>
</elseTasks>
</conditional>
Configuration Elements
| Element |
Description |
Type |
Required |
Default |
Version |
| description |
A description of the condition. |
String |
No |
none |
1.6 |
| value |
The status to match. |
String - one of:
- Success
- Failure
- Exception
- Unknown
- Cancelled
|
Yes |
n/a |
1.6 |
 | Automatically Generated
Documentation generated on Thursday, 1 Jul 2010 at 11:09:03 PM
Using assembly version 1.6.7398.1 |
|