org.hudsonci.maven.model.state
Class RuntimeEnvironmentDTO

java.lang.Object
  extended by org.hudsonci.maven.model.state.RuntimeEnvironmentDTO
All Implemented Interfaces:
Serializable

@Generated(value="XJC hudson-jaxb-ri-2.1-2",
           date="2011-12-06T19:15:37")
public class RuntimeEnvironmentDTO
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

versionProperties

protected PropertiesDTO versionProperties

userProperties

protected PropertiesDTO userProperties

systemProperties

protected PropertiesDTO systemProperties

systemEnvironment

protected PropertiesDTO systemEnvironment

workingDirectory

protected String workingDirectory
Constructor Detail

RuntimeEnvironmentDTO

public RuntimeEnvironmentDTO()
Method Detail

getVersionProperties

public PropertiesDTO getVersionProperties()
Gets the value of the versionProperties property.

Returns:
possible object is PropertiesDTO

setVersionProperties

public void setVersionProperties(PropertiesDTO value)
Sets the value of the versionProperties property.

Parameters:
value - allowed object is PropertiesDTO

getUserProperties

public PropertiesDTO getUserProperties()
Gets the value of the userProperties property.

Returns:
possible object is PropertiesDTO

setUserProperties

public void setUserProperties(PropertiesDTO value)
Sets the value of the userProperties property.

Parameters:
value - allowed object is PropertiesDTO

getSystemProperties

public PropertiesDTO getSystemProperties()
Gets the value of the systemProperties property.

Returns:
possible object is PropertiesDTO

setSystemProperties

public void setSystemProperties(PropertiesDTO value)
Sets the value of the systemProperties property.

Parameters:
value - allowed object is PropertiesDTO

getSystemEnvironment

public PropertiesDTO getSystemEnvironment()
Gets the value of the systemEnvironment property.

Returns:
possible object is PropertiesDTO

setSystemEnvironment

public void setSystemEnvironment(PropertiesDTO value)
Sets the value of the systemEnvironment property.

Parameters:
value - allowed object is PropertiesDTO

getWorkingDirectory

public String getWorkingDirectory()
Gets the value of the workingDirectory property.

Returns:
possible object is String

setWorkingDirectory

public void setWorkingDirectory(String value)
Sets the value of the workingDirectory property.

Parameters:
value - allowed object is String

withVersionProperties

public RuntimeEnvironmentDTO withVersionProperties(PropertiesDTO value)

withUserProperties

public RuntimeEnvironmentDTO withUserProperties(PropertiesDTO value)

withSystemProperties

public RuntimeEnvironmentDTO withSystemProperties(PropertiesDTO value)

withSystemEnvironment

public RuntimeEnvironmentDTO withSystemEnvironment(PropertiesDTO value)

withWorkingDirectory

public RuntimeEnvironmentDTO withWorkingDirectory(String value)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2004-2011 Hudson. All Rights Reserved.