|
This page last changed on Dec 07, 2009 by csut017.
Email Group
Defines a group of users to receive e-mails.
Version
Available from version 1.3
Examples
<group name="developers">
<notifications>
<notificationType>Failed</notificationType>
<notificationType>Fixed</notificationType>
</notifications>
</group>
Configuration Elements
| Element |
Description |
Type |
Required |
Default |
Version |
| name |
The name of the group, which corresponds to the "group" values used in the <user> elements. |
String |
Yes |
n.a |
1.3 |
| notifications |
A list of notification types, determining when to send email to this group. |
String array The following values are valid:
- Always
- Change
- Failed
- Success
- Fixed
- Exception
|
No |
n.a |
1.3 |
Notes
 |
Up to CC.NET version 1.4.4, notification is a single attribute on the group. Starting with CC.NET 1.5.0, this has been changed to an array of notification types. From 1.5.0 onwards, the Failed notification type, is just failed, it does not include the Exception anymore. Making it possible to mail Exception to the buildmaster, and Failed to the developpers. Developers will not get Exception mails, unless configured so. |
 | Automatically Generated
Documentation generated on Monday, 7 Dec 2009 at 2:48:50 AM |
|