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

Packages that use StackTraceDTO
org.hudsonci.maven.model   
 

Uses of StackTraceDTO in org.hudsonci.maven.model
 

Fields in org.hudsonci.maven.model declared as StackTraceDTO
protected  StackTraceDTO ThrowableDTO.stackTrace
           
 

Methods in org.hudsonci.maven.model that return StackTraceDTO
static StackTraceDTO ThrowableDTOHelper.convert(StackTraceElement[] source)
           
 StackTraceDTO ObjectFactory.createStackTraceDTO()
          Create an instance of StackTraceDTO
 StackTraceDTO ThrowableDTO.getStackTrace()
          Gets the value of the stackTrace property.
 StackTraceDTO StackTraceDTO.withElements(Collection<StackTraceDTO.Element> values)
           
 StackTraceDTO StackTraceDTO.withElements(StackTraceDTO.Element... values)
           
 

Methods in org.hudsonci.maven.model with parameters of type StackTraceDTO
 void ThrowableDTO.setStackTrace(StackTraceDTO value)
          Sets the value of the stackTrace property.
 ThrowableDTO ThrowableDTO.withStackTrace(StackTraceDTO value)
           
 



Copyright © 2004-2011 Hudson. All Rights Reserved.