Uses of Class
org.hudsonci.maven.model.InvocationDTO.Result

Packages that use InvocationDTO.Result
org.hudsonci.maven.model   
 

Uses of InvocationDTO.Result in org.hudsonci.maven.model
 

Fields in org.hudsonci.maven.model declared as InvocationDTO.Result
protected  InvocationDTO.Result InvocationDTO.result
           
 

Methods in org.hudsonci.maven.model that return InvocationDTO.Result
 InvocationDTO.Result ObjectFactory.createInvocationDTOResult()
          Create an instance of InvocationDTO.Result
 InvocationDTO.Result InvocationDTO.getResult()
          Gets the value of the result property.
 InvocationDTO.Result InvocationDTO.Result.withException(boolean value)
           
 InvocationDTO.Result InvocationDTO.Result.withValue(Object value)
           
 

Methods in org.hudsonci.maven.model with parameters of type InvocationDTO.Result
 void InvocationDTO.setResult(InvocationDTO.Result value)
          Sets the value of the result property.
 InvocationDTO InvocationDTO.withResult(InvocationDTO.Result value)
           
 



Copyright © 2004-2011 Hudson. All Rights Reserved.