Uses of Class
org.hudsonci.maven.model.config.DocumentAttributeDTO

Packages that use DocumentAttributeDTO
org.hudsonci.maven.model.config   
 

Uses of DocumentAttributeDTO in org.hudsonci.maven.model.config
 

Fields in org.hudsonci.maven.model.config with type parameters of type DocumentAttributeDTO
protected  List<DocumentAttributeDTO> DocumentDTO.attributes
           
 

Methods in org.hudsonci.maven.model.config that return DocumentAttributeDTO
 DocumentAttributeDTO ObjectFactory.createDocumentAttributeDTO()
          Create an instance of DocumentAttributeDTO
 DocumentAttributeDTO DocumentAttributeDTO.withName(String value)
           
 DocumentAttributeDTO DocumentAttributeDTO.withValue(String value)
           
 

Methods in org.hudsonci.maven.model.config that return types with arguments of type DocumentAttributeDTO
 List<DocumentAttributeDTO> DocumentDTO.getAttributes()
          Gets the value of the attributes property.
 

Methods in org.hudsonci.maven.model.config with parameters of type DocumentAttributeDTO
static String DocumentAttributeDTOHelper.asString(DocumentAttributeDTO source)
           
 DocumentDTO DocumentDTO.withAttributes(DocumentAttributeDTO... values)
           
 

Method parameters in org.hudsonci.maven.model.config with type arguments of type DocumentAttributeDTO
 DocumentDTO DocumentDTO.withAttributes(Collection<DocumentAttributeDTO> values)
           
 



Copyright © 2004-2011 Hudson. All Rights Reserved.