Uses of Class
org.hudsonci.maven.model.PropertiesDTO.Entry

Packages that use PropertiesDTO.Entry
org.hudsonci.maven.model   
 

Uses of PropertiesDTO.Entry in org.hudsonci.maven.model
 

Fields in org.hudsonci.maven.model with type parameters of type PropertiesDTO.Entry
protected  List<PropertiesDTO.Entry> PropertiesDTO.entries
           
 

Methods in org.hudsonci.maven.model that return PropertiesDTO.Entry
static
<K,V> PropertiesDTO.Entry
PropertiesDTOHelper.convert(Map.Entry<K,V> source)
           
 PropertiesDTO.Entry ObjectFactory.createPropertiesDTOEntry()
          Create an instance of PropertiesDTO.Entry
 PropertiesDTO.Entry PropertiesDTO.Entry.withName(String value)
           
 PropertiesDTO.Entry PropertiesDTO.Entry.withValue(String value)
           
 

Methods in org.hudsonci.maven.model that return types with arguments of type PropertiesDTO.Entry
 List<PropertiesDTO.Entry> PropertiesDTO.getEntries()
          Gets the value of the entries property.
 

Methods in org.hudsonci.maven.model with parameters of type PropertiesDTO.Entry
 PropertiesDTO PropertiesDTO.withEntries(PropertiesDTO.Entry... values)
           
 

Method parameters in org.hudsonci.maven.model with type arguments of type PropertiesDTO.Entry
 PropertiesDTO PropertiesDTO.withEntries(Collection<PropertiesDTO.Entry> values)
           
 



Copyright © 2004-2011 Hudson. All Rights Reserved.