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

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

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

Fields in org.hudsonci.rest.model.build with type parameters of type ChangeFileDTO
protected  List<ChangeFileDTO> ChangeEntryDTO.files
           
 

Methods in org.hudsonci.rest.model.build that return ChangeFileDTO
 ChangeFileDTO ObjectFactory.createChangeFileDTO()
          Create an instance of ChangeFileDTO
 ChangeFileDTO ChangeFileDTO.withPath(String value)
           
 ChangeFileDTO ChangeFileDTO.withType(ChangeTypeDTO value)
           
 

Methods in org.hudsonci.rest.model.build that return types with arguments of type ChangeFileDTO
 List<ChangeFileDTO> ChangeEntryDTO.getFiles()
          Gets the value of the files property.
 

Methods in org.hudsonci.rest.model.build with parameters of type ChangeFileDTO
 ChangeEntryDTO ChangeEntryDTO.withFiles(ChangeFileDTO... values)
           
 

Method parameters in org.hudsonci.rest.model.build with type arguments of type ChangeFileDTO
 ChangeEntryDTO ChangeEntryDTO.withFiles(Collection<ChangeFileDTO> values)
           
 



Copyright © 2004-2011 Hudson. All Rights Reserved.