|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hudsonci.maven.model.state.RuntimeEnvironmentDTO
@Generated(value="XJC hudson-jaxb-ri-2.1-2",
date="2011-12-06T19:15:37")
public class RuntimeEnvironmentDTO
Java class for runtimeEnvironment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="runtimeEnvironment">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="versionProperties" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/common}properties"/>
<element name="userProperties" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/common}properties"/>
<element name="systemProperties" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/common}properties"/>
<element name="systemEnvironment" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/common}properties"/>
<element name="workingDirectory" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected PropertiesDTO |
systemEnvironment
|
protected PropertiesDTO |
systemProperties
|
protected PropertiesDTO |
userProperties
|
protected PropertiesDTO |
versionProperties
|
protected String |
workingDirectory
|
| Constructor Summary | |
|---|---|
RuntimeEnvironmentDTO()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
PropertiesDTO |
getSystemEnvironment()
Gets the value of the systemEnvironment property. |
PropertiesDTO |
getSystemProperties()
Gets the value of the systemProperties property. |
PropertiesDTO |
getUserProperties()
Gets the value of the userProperties property. |
PropertiesDTO |
getVersionProperties()
Gets the value of the versionProperties property. |
String |
getWorkingDirectory()
Gets the value of the workingDirectory property. |
int |
hashCode()
|
void |
setSystemEnvironment(PropertiesDTO value)
Sets the value of the systemEnvironment property. |
void |
setSystemProperties(PropertiesDTO value)
Sets the value of the systemProperties property. |
void |
setUserProperties(PropertiesDTO value)
Sets the value of the userProperties property. |
void |
setVersionProperties(PropertiesDTO value)
Sets the value of the versionProperties property. |
void |
setWorkingDirectory(String value)
Sets the value of the workingDirectory property. |
RuntimeEnvironmentDTO |
withSystemEnvironment(PropertiesDTO value)
|
RuntimeEnvironmentDTO |
withSystemProperties(PropertiesDTO value)
|
RuntimeEnvironmentDTO |
withUserProperties(PropertiesDTO value)
|
RuntimeEnvironmentDTO |
withVersionProperties(PropertiesDTO value)
|
RuntimeEnvironmentDTO |
withWorkingDirectory(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected PropertiesDTO versionProperties
protected PropertiesDTO userProperties
protected PropertiesDTO systemProperties
protected PropertiesDTO systemEnvironment
protected String workingDirectory
| Constructor Detail |
|---|
public RuntimeEnvironmentDTO()
| Method Detail |
|---|
public PropertiesDTO getVersionProperties()
PropertiesDTOpublic void setVersionProperties(PropertiesDTO value)
value - allowed object is
PropertiesDTOpublic PropertiesDTO getUserProperties()
PropertiesDTOpublic void setUserProperties(PropertiesDTO value)
value - allowed object is
PropertiesDTOpublic PropertiesDTO getSystemProperties()
PropertiesDTOpublic void setSystemProperties(PropertiesDTO value)
value - allowed object is
PropertiesDTOpublic PropertiesDTO getSystemEnvironment()
PropertiesDTOpublic void setSystemEnvironment(PropertiesDTO value)
value - allowed object is
PropertiesDTOpublic String getWorkingDirectory()
Stringpublic void setWorkingDirectory(String value)
value - allowed object is
Stringpublic RuntimeEnvironmentDTO withVersionProperties(PropertiesDTO value)
public RuntimeEnvironmentDTO withUserProperties(PropertiesDTO value)
public RuntimeEnvironmentDTO withSystemProperties(PropertiesDTO value)
public RuntimeEnvironmentDTO withSystemEnvironment(PropertiesDTO value)
public RuntimeEnvironmentDTO withWorkingDirectory(String value)
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||