failMode
| Namespace: | http://hudson-ci.org/xsd/hudson/2.1.0/maven/config |
Java class for failMode.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="failMode">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="NORMAL"/>
<enumeration value="AT_END"/>
<enumeration value="FAST"/>
<enumeration value="NEVER"/>
</restriction>
</simpleType>
Possible Values
| value | description |
|---|---|
| NORMAL | |
| AT_END | |
| FAST | |
| NEVER |