Uses of Class
org.hudsonci.rest.model.fault.FaultDetailDTO

Packages that use FaultDetailDTO
org.hudsonci.rest.model.fault   
 

Uses of FaultDetailDTO in org.hudsonci.rest.model.fault
 

Fields in org.hudsonci.rest.model.fault with type parameters of type FaultDetailDTO
protected  List<FaultDetailDTO> FaultDTO.details
           
 

Methods in org.hudsonci.rest.model.fault that return FaultDetailDTO
 FaultDetailDTO ObjectFactory.createFaultDetailDTO()
          Create an instance of FaultDetailDTO
 FaultDetailDTO FaultDetailDTO.withMessage(String value)
           
 FaultDetailDTO FaultDetailDTO.withType(String value)
           
 

Methods in org.hudsonci.rest.model.fault that return types with arguments of type FaultDetailDTO
 List<FaultDetailDTO> FaultDTO.getDetails()
          Gets the value of the details property.
 

Methods in org.hudsonci.rest.model.fault with parameters of type FaultDetailDTO
 FaultDTO FaultDTO.withDetails(FaultDetailDTO... values)
           
 

Method parameters in org.hudsonci.rest.model.fault with type arguments of type FaultDetailDTO
 FaultDTO FaultDTO.withDetails(Collection<FaultDetailDTO> values)
           
 



Copyright © 2004-2011 Hudson. All Rights Reserved.