runtimeEnvironment
| Namespace: | http://hudson-ci.org/xsd/hudson/2.1.0/maven/state |
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>
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| versionProperties (properties) | 1/1 | |
| userProperties (properties) | 1/1 | |
| systemProperties (properties) | 1/1 | |
| systemEnvironment (properties) | 1/1 | |
| workingDirectory (string) | 1/1 |
JSON
| property | type | description |
|---|---|---|
| versionProperties | versionProperties (properties) | |
| userProperties | userProperties (properties) | |
| systemProperties | systemProperties (properties) | |
| systemEnvironment | systemEnvironment (properties) | |
| workingDirectory | workingDirectory (string) |