|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hudsonci.maven.model.state.BuildSummaryDTO
@Generated(value="XJC hudson-jaxb-ri-2.1-2",
date="2011-12-06T19:15:37")
public class BuildSummaryDTO
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>
| Field Summary | |
|---|---|
protected Long |
duration
|
protected ThrowableDTO |
failureCause
|
protected BuildResultDTO |
result
|
| Constructor Summary | |
|---|---|
BuildSummaryDTO()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Long |
getDuration()
Gets the value of the duration property. |
ThrowableDTO |
getFailureCause()
Gets the value of the failureCause property. |
BuildResultDTO |
getResult()
Gets the value of the result property. |
int |
hashCode()
|
void |
setDuration(Long value)
Sets the value of the duration property. |
void |
setFailureCause(ThrowableDTO value)
Sets the value of the failureCause property. |
void |
setResult(BuildResultDTO value)
Sets the value of the result property. |
BuildSummaryDTO |
withDuration(Long value)
|
BuildSummaryDTO |
withFailureCause(ThrowableDTO value)
|
BuildSummaryDTO |
withResult(BuildResultDTO value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ThrowableDTO failureCause
@XStreamAsAttribute protected BuildResultDTO result
@XStreamAsAttribute protected Long duration
| Constructor Detail |
|---|
public BuildSummaryDTO()
| Method Detail |
|---|
public ThrowableDTO getFailureCause()
ThrowableDTOpublic void setFailureCause(ThrowableDTO value)
value - allowed object is
ThrowableDTOpublic BuildResultDTO getResult()
BuildResultDTOpublic void setResult(BuildResultDTO value)
value - allowed object is
BuildResultDTOpublic Long getDuration()
Longpublic void setDuration(Long value)
value - allowed object is
Longpublic BuildSummaryDTO withFailureCause(ThrowableDTO value)
public BuildSummaryDTO withResult(BuildResultDTO value)
public BuildSummaryDTO withDuration(Long value)
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||