| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://maven.apache.org/POM/4.0.0}Notifier (restriction)
4.0.0
Configures one method for notifying users/developers when a build breaks.
| Nested Element Summary | |
xs:string | address4.0.0 <b>Deprecated</b>. |
| configuration0.0.0+Extended configuration specific to this notifier goes here. |
xs:boolean | sendOnError4.0.0Whether to send notifications on error. |
xs:boolean | sendOnFailure4.0.0Whether to send notifications on failure. |
xs:boolean | sendOnSuccess4.0.0Whether to send notifications on success. |
xs:boolean | sendOnWarning4.0.0Whether to send notifications on warning. |
xs:string | type4.0.0The mechanism used to deliver notifications. |
<xs:complexType name="Notifier"><xs:all></xs:complexType><xs:element default="mail" minOccurs="0" name="type" type="xs:string">
</xs:element><xs:element default="true" minOccurs="0" name="sendOnError" type="xs:boolean">
</xs:element><xs:element default="true" minOccurs="0" name="sendOnFailure" type="xs:boolean">
</xs:element><xs:element default="true" minOccurs="0" name="sendOnSuccess" type="xs:boolean">
</xs:element><xs:element default="true" minOccurs="0" name="sendOnWarning" type="xs:boolean">
</xs:element><xs:element minOccurs="0" name="address" type="xs:string">
</xs:element><xs:element minOccurs="0" name="configuration"></xs:all><xs:complexType></xs:element><xs:sequence></xs:complexType><xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/></xs:sequence>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||