complexType "Notifier"
Namespace:
Content:
complex, 7 elements
Defined:
globally in maven-4.0.0.xsd; see XML source
Includes:
definitions of 7 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
version:
4.0.0+
description:
Configures one method for notifying users/developers when a build breaks.
XML Source (w/o annotations (8); see within schema source)
<xs:complexType name="Notifier">
<xs:all>
<xs:element default="mail" minOccurs="0" name="type" type="xs:string"/>
<xs:element default="true" minOccurs="0" name="sendOnError" type="xs:boolean"/>
<xs:element default="true" minOccurs="0" name="sendOnFailure" type="xs:boolean"/>
<xs:element default="true" minOccurs="0" name="sendOnSuccess" type="xs:boolean"/>
<xs:element default="true" minOccurs="0" name="sendOnWarning" type="xs:boolean"/>
<xs:element minOccurs="0" name="address" type="xs:string"/>
<xs:element minOccurs="0" name="configuration">
<xs:complexType>
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:all>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 7/7)
address
Type:
xs:string, predefined, simple content
version:
4.0.0+
description:
Deprecated. Where to send the notification to - eg email address.
XML Representation Summary
<address>
   
Content: 
{ xs:string }
</address>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="address" type="xs:string"/>

configuration
Type:
anonymous complexType, complex content
version:
0.0.0+
description:
Extended configuration specific to this notifier goes here.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="configuration">
<xs:complexType>
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>

sendOnError
Type:
xs:boolean, predefined, simple content
version:
4.0.0+
description:
Whether to send notifications on error.
XML Representation Summary
<sendOnError>
   
Content: 
{ xs:boolean }
</sendOnError>
Simple Content
Default:
"true"
XML Source (w/o annotations (1); see within schema source)
<xs:element default="true" minOccurs="0" name="sendOnError" type="xs:boolean"/>

sendOnFailure
Type:
xs:boolean, predefined, simple content
version:
4.0.0+
description:
Whether to send notifications on failure.
XML Representation Summary
<sendOnFailure>
   
Content: 
{ xs:boolean }
</sendOnFailure>
Simple Content
Default:
"true"
XML Source (w/o annotations (1); see within schema source)
<xs:element default="true" minOccurs="0" name="sendOnFailure" type="xs:boolean"/>

sendOnSuccess
Type:
xs:boolean, predefined, simple content
version:
4.0.0+
description:
Whether to send notifications on success.
XML Representation Summary
<sendOnSuccess>
   
Content: 
{ xs:boolean }
</sendOnSuccess>
Simple Content
Default:
"true"
XML Source (w/o annotations (1); see within schema source)
<xs:element default="true" minOccurs="0" name="sendOnSuccess" type="xs:boolean"/>

sendOnWarning
Type:
xs:boolean, predefined, simple content
version:
4.0.0+
description:
Whether to send notifications on warning.
XML Representation Summary
<sendOnWarning>
   
Content: 
{ xs:boolean }
</sendOnWarning>
Simple Content
Default:
"true"
XML Source (w/o annotations (1); see within schema source)
<xs:element default="true" minOccurs="0" name="sendOnWarning" type="xs:boolean"/>

type
Type:
xs:string, predefined, simple content
version:
4.0.0+
description:
The mechanism used to deliver notifications.
XML Representation Summary
<type>
   
Content: 
{ xs:string }
</type>
Simple Content
Default:
"mail"
XML Source (w/o annotations (1); see within schema source)
<xs:element default="mail" minOccurs="0" name="type" type="xs:string"/>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.