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

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

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

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

Methods in org.hudsonci.maven.model.config that return DocumentDTO
 DocumentDTO ObjectFactory.createDocumentDTO()
          Create an instance of DocumentDTO
 DocumentDTO DocumentDTO.withAttribute(Object name, Object value)
           
 DocumentDTO DocumentDTO.withAttributes(Collection<DocumentAttributeDTO> values)
           
 DocumentDTO DocumentDTO.withAttributes(DocumentAttributeDTO... values)
           
 DocumentDTO DocumentDTO.withContent(String value)
           
 DocumentDTO DocumentDTO.withDescription(String value)
           
 DocumentDTO DocumentDTO.withId(String value)
           
 DocumentDTO DocumentDTO.withName(String value)
           
 DocumentDTO DocumentDTO.withType(DocumentTypeDTO value)
           
 

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

Methods in org.hudsonci.maven.model.config with parameters of type DocumentDTO
static String DocumentDTOHelper.asString(DocumentDTO source)
           
static Object DocumentDTOHelper.getAttribute(DocumentDTO source, Object name)
           
static void DocumentDTOHelper.setAttribute(DocumentDTO source, Object name, Object value)
           
 DocumentsDTO DocumentsDTO.withDocuments(DocumentDTO... values)
           
 

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



Copyright © 2004-2011 Hudson. All Rights Reserved.