complexType Notifier

complexType {http://maven.apache.org/POM/4.0.0}Notifier

Abstractfalse (This can be used in an instance)
Target Namespacehttp://maven.apache.org/POM/4.0.0
Declared Namespacesxmlns:xs=http://www.w3.org/2001/XMLSchema
xmlns=http://maven.apache.org/POM/4.0.0


Source

<xs:complexType name="Notifier">
    <
xs:annotation>
        <
xs:documentation source="version">4.0.0</xs:documentation>
        <
xs:documentation source="description">Configures one method for notifying users/developers when a build breaks.</xs:documentation>
    </
xs:annotation>
    <
xs:all>
        <
xs:element name="type" minOccurs="0" type="xs:string" default="mail">
            <
xs:annotation>
                <
xs:documentation source="version">4.0.0</xs:documentation>
                <
xs:documentation source="description">The mechanism used to deliver notifications.</xs:documentation>
            </
xs:annotation>
        </
xs:element>
        <
xs:element name="sendOnError" minOccurs="0" type="xs:boolean" default="true">
            <
xs:annotation>
                <
xs:documentation source="version">4.0.0</xs:documentation>
                <
xs:documentation source="description">Send notification on error.</xs:documentation>
            </
xs:annotation>
        </
xs:element>
        <
xs:element name="sendOnFailure" minOccurs="0" type="xs:boolean" default="true">
            <
xs:annotation>
                <
xs:documentation source="version">4.0.0</xs:documentation>
                <
xs:documentation source="description">Send notification on failure.</xs:documentation>
            </
xs:annotation>
        </
xs:element>
        <
xs:element name="sendOnSuccess" minOccurs="0" type="xs:boolean" default="true">
            <
xs:annotation>
                <
xs:documentation source="version">4.0.0</xs:documentation>
                <
xs:documentation source="description">Send notification on success.</xs:documentation>
            </
xs:annotation>
        </
xs:element>
        <
xs:element name="sendOnWarning" minOccurs="0" type="xs:boolean" default="true">
            <
xs:annotation>
                <
xs:documentation source="version">4.0.0</xs:documentation>
                <
xs:documentation source="description">Send notification on warning.</xs:documentation>
            </
xs:annotation>
        </
xs:element>
        <
xs:element name="address" minOccurs="0" type="xs:string">
            <
xs:annotation>
                <
xs:documentation source="version">4.0.0</xs:documentation>
                <
xs:documentation source="description">Where to send the notification to - eg email address. DEPRECATED.</xs:documentation>
            </
xs:annotation>
        </
xs:element>
        <
xs:element name="configuration" minOccurs="0">
            <
xs:annotation>
                <
xs:documentation source="version">0.0.0+</xs:documentation>
                <
xs:documentation source="description">Extended configuration specific to this notifier goes here.</xs:documentation>
            </
xs:annotation>
            <
xs:complexType>
                <
xs:sequence>
                    <
xs:any minOccurs="0" maxOccurs="unbounded" processContents="skip"/>
                </
xs:sequence>
            </
xs:complexType>
        </
xs:element>
    </
xs:all>
</
xs:complexType>


Documentation

See also: version
4.0.0
See also: description
Configures one method for notifying users/developers when a build breaks.


complexType Notifier


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.