|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertiesDTO | |
|---|---|
| org.hudsonci.maven.model | |
| org.hudsonci.maven.model.config | |
| org.hudsonci.maven.model.state | |
| Uses of PropertiesDTO in org.hudsonci.maven.model |
|---|
| Methods in org.hudsonci.maven.model that return PropertiesDTO | ||
|---|---|---|
static
|
PropertiesDTOHelper.convert(Map<K,V> source)
|
|
PropertiesDTO |
ObjectFactory.createPropertiesDTO()
Create an instance of PropertiesDTO |
|
static PropertiesDTO |
ModelUtil.parseProperties(String source)
|
|
static PropertiesDTO |
ModelUtil.parsePropertyOptions(String source)
|
|
PropertiesDTO |
PropertiesDTO.with(Object name,
Object value)
|
|
PropertiesDTO |
PropertiesDTO.withEntries(Collection<PropertiesDTO.Entry> values)
|
|
PropertiesDTO |
PropertiesDTO.withEntries(PropertiesDTO.Entry... values)
|
|
| Methods in org.hudsonci.maven.model with parameters of type PropertiesDTO | |
|---|---|
static boolean |
PropertiesDTOHelper.contains(PropertiesDTO source,
Object name)
|
static String |
PropertiesDTOHelper.get(PropertiesDTO source,
Object name)
|
static String |
ModelUtil.renderProperties(PropertiesDTO source)
|
static void |
PropertiesDTOHelper.set(PropertiesDTO source,
Object name,
Object value)
|
| Uses of PropertiesDTO in org.hudsonci.maven.model.config |
|---|
| Fields in org.hudsonci.maven.model.config declared as PropertiesDTO | |
|---|---|
protected PropertiesDTO |
BuildConfigurationDTO.properties
|
| Methods in org.hudsonci.maven.model.config that return PropertiesDTO | |
|---|---|
PropertiesDTO |
BuildConfigurationDTO.getProperties()
Gets the value of the properties property. |
| Methods in org.hudsonci.maven.model.config with parameters of type PropertiesDTO | |
|---|---|
void |
BuildConfigurationDTO.setProperties(PropertiesDTO value)
Sets the value of the properties property. |
BuildConfigurationDTO |
BuildConfigurationDTO.withProperties(PropertiesDTO value)
|
| Uses of PropertiesDTO in org.hudsonci.maven.model.state |
|---|
| Fields in org.hudsonci.maven.model.state declared as PropertiesDTO | |
|---|---|
protected PropertiesDTO |
RuntimeEnvironmentDTO.systemEnvironment
|
protected PropertiesDTO |
RuntimeEnvironmentDTO.systemProperties
|
protected PropertiesDTO |
RuntimeEnvironmentDTO.userProperties
|
protected PropertiesDTO |
RuntimeEnvironmentDTO.versionProperties
|
| Methods in org.hudsonci.maven.model.state that return PropertiesDTO | |
|---|---|
PropertiesDTO |
RuntimeEnvironmentDTO.getSystemEnvironment()
Gets the value of the systemEnvironment property. |
PropertiesDTO |
RuntimeEnvironmentDTO.getSystemProperties()
Gets the value of the systemProperties property. |
PropertiesDTO |
RuntimeEnvironmentDTO.getUserProperties()
Gets the value of the userProperties property. |
PropertiesDTO |
RuntimeEnvironmentDTO.getVersionProperties()
Gets the value of the versionProperties property. |
| Methods in org.hudsonci.maven.model.state with parameters of type PropertiesDTO | |
|---|---|
void |
RuntimeEnvironmentDTO.setSystemEnvironment(PropertiesDTO value)
Sets the value of the systemEnvironment property. |
void |
RuntimeEnvironmentDTO.setSystemProperties(PropertiesDTO value)
Sets the value of the systemProperties property. |
void |
RuntimeEnvironmentDTO.setUserProperties(PropertiesDTO value)
Sets the value of the userProperties property. |
void |
RuntimeEnvironmentDTO.setVersionProperties(PropertiesDTO value)
Sets the value of the versionProperties property. |
RuntimeEnvironmentDTO |
RuntimeEnvironmentDTO.withSystemEnvironment(PropertiesDTO value)
|
RuntimeEnvironmentDTO |
RuntimeEnvironmentDTO.withSystemProperties(PropertiesDTO value)
|
RuntimeEnvironmentDTO |
RuntimeEnvironmentDTO.withUserProperties(PropertiesDTO value)
|
RuntimeEnvironmentDTO |
RuntimeEnvironmentDTO.withVersionProperties(PropertiesDTO value)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||