buildSummary
| Namespace: | http://hudson-ci.org/xsd/hudson/2.1.0/maven/state |
Java class for buildSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="buildSummary">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="failureCause" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/common}throwable"/>
</sequence>
<attribute name="result" use="required" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/state}buildResult" />
<attribute name="duration" type="{http://www.w3.org/2001/XMLSchema}long" />
</restriction>
</complexContent>
</complexType>
XML
Attributes
| name | type | description |
|---|---|---|
| result | buildResult | (no documentation provided) |
| duration | long | (no documentation provided) |
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| failureCause (throwable) | 1/1 |
JSON
| property | type | description |
|---|---|---|
| result | buildResult | (no documentation provided) |
| duration | long | (no documentation provided) |
| failureCause | failureCause (throwable) |