Uses of Class
org.hudsonci.maven.model.ThrowableDTO

Packages that use ThrowableDTO
org.hudsonci.maven.model   
org.hudsonci.maven.model.state   
 

Uses of ThrowableDTO in org.hudsonci.maven.model
 

Fields in org.hudsonci.maven.model declared as ThrowableDTO
protected  ThrowableDTO ThrowableDTO.cause
           
 

Methods in org.hudsonci.maven.model that return ThrowableDTO
static ThrowableDTO ThrowableDTOHelper.convert(Throwable source)
           
static ThrowableDTO ThrowableDTOHelper.convert(Throwable source, boolean deep)
           
 ThrowableDTO ObjectFactory.createThrowableDTO()
          Create an instance of ThrowableDTO
 ThrowableDTO ThrowableDTO.getCause()
          Gets the value of the cause property.
 ThrowableDTO ThrowableDTO.withCause(ThrowableDTO value)
           
 ThrowableDTO ThrowableDTO.withMessage(String value)
           
 ThrowableDTO ThrowableDTO.withStackTrace(StackTraceDTO value)
           
 ThrowableDTO ThrowableDTO.withType(String value)
           
 

Methods in org.hudsonci.maven.model with parameters of type ThrowableDTO
 void ThrowableDTO.setCause(ThrowableDTO value)
          Sets the value of the cause property.
 ThrowableDTO ThrowableDTO.withCause(ThrowableDTO value)
           
 

Uses of ThrowableDTO in org.hudsonci.maven.model.state
 

Fields in org.hudsonci.maven.model.state declared as ThrowableDTO
protected  ThrowableDTO BuildSummaryDTO.failureCause
           
 

Methods in org.hudsonci.maven.model.state that return ThrowableDTO
 ThrowableDTO BuildSummaryDTO.getFailureCause()
          Gets the value of the failureCause property.
 

Methods in org.hudsonci.maven.model.state with parameters of type ThrowableDTO
 void BuildSummaryDTO.setFailureCause(ThrowableDTO value)
          Sets the value of the failureCause property.
 BuildSummaryDTO BuildSummaryDTO.withFailureCause(ThrowableDTO value)
           
 



Copyright © 2004-2011 Hudson. All Rights Reserved.