Uses of Class
org.hudsonci.rest.model.build.CauseDTO

Packages that use CauseDTO
org.hudsonci.rest.model.build   
 

Uses of CauseDTO in org.hudsonci.rest.model.build
 

Subclasses of CauseDTO in org.hudsonci.rest.model.build
 class UserCauseDTO
          Java class for userCause complex type.
 

Fields in org.hudsonci.rest.model.build with type parameters of type CauseDTO
protected  List<CauseDTO> BuildDTO.causes
           
 

Methods in org.hudsonci.rest.model.build that return CauseDTO
 CauseDTO ObjectFactory.createCauseDTO()
          Create an instance of CauseDTO
 CauseDTO CauseDTO.withDescription(String value)
           
 CauseDTO CauseDTO.withType(String value)
           
 

Methods in org.hudsonci.rest.model.build that return types with arguments of type CauseDTO
 List<CauseDTO> BuildDTO.getCauses()
          Gets the value of the causes property.
 

Methods in org.hudsonci.rest.model.build with parameters of type CauseDTO
 BuildDTO BuildDTO.withCauses(CauseDTO... values)
           
 

Method parameters in org.hudsonci.rest.model.build with type arguments of type CauseDTO
 BuildDTO BuildDTO.withCauses(Collection<CauseDTO> values)
           
 



Copyright © 2004-2011 Hudson. All Rights Reserved.