stackTrace

Namespace: http://hudson-ci.org/xsd/hudson/2.1.0/maven/common

Java class for stackTrace complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="stackTrace">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="element" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="method" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="file" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="line" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>

XML

Elements

name (type) min/max
occurs
description
element ((anonymous)) 1/unbounded

JSON

property type description
element array of element ((anonymous))