|
This page last changed on Dec 04, 2009 by csut017.
Parameter Trigger
Trigger to add build parameters to an integration request.
 | Nested trigger syntax is different
As shown below, the configuration of the nested trigger is not the same as when using that trigger outside a filter trigger. When using the <parameterTrigger> element, the inner trigger must be specified with the <trigger> element. You could not use the <intervalTrigger> trigger element in this example. |
Version
Available from version 1.5
Examples
<parameterTrigger>
<trigger type="intervalTrigger" seconds="60" />
<parameters>
</parameters>
</parameterTrigger>
Configuration Elements
| Element |
Description |
Type |
Required |
Default |
Version |
| trigger |
The inner trigger to filter. |
Trigger Blocks |
Yes |
n/a |
1.5 |
| parameters |
The parameters to pass onto the inner trigger. |
Named Value array |
Yes |
n/a |
1.5 |
 | Automatically Generated
Documentation generated on Friday, 4 Dec 2009 at 7:51:34 AM |
|