org.hudsonci.maven.model
Class StackTraceDTO
java.lang.Object
org.hudsonci.maven.model.StackTraceDTO
- All Implemented Interfaces:
- Serializable
@Generated(value="XJC hudson-jaxb-ri-2.1-2",
date="2011-12-06T19:15:37")
public class StackTraceDTO- extends Object
- implements Serializable
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>
- See Also:
- Serialized Form
elements
protected List<StackTraceDTO.Element> elements
StackTraceDTO
public StackTraceDTO()
getElements
public List<StackTraceDTO.Element> getElements()
- Gets the value of the elements property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the elements property.
For example, to add a new item, do as follows:
getElements().add(newItem);
Objects of the following type(s) are allowed in the list
StackTraceDTO.Element
withElements
public StackTraceDTO withElements(StackTraceDTO.Element... values)
withElements
public StackTraceDTO withElements(Collection<StackTraceDTO.Element> values)
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2004-2011 Hudson. All Rights Reserved.