buildState
| Namespace: | http://hudson-ci.org/xsd/hudson/2.1.0/maven/state |
Java class for buildState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="buildState">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="buildConfiguration" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/config}buildConfiguration"/>
<element name="executionActivity" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/state}executionActivity" maxOccurs="unbounded"/>
<element name="runtimeEnvironment" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/state}runtimeEnvironment"/>
<element name="participatingProject" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/state}mavenProject" maxOccurs="unbounded"/>
<element name="artifact" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/state}artifact" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| buildConfiguration (buildConfiguration) | 1/1 | |
| executionActivity (executionActivity) | 1/unbounded | |
| runtimeEnvironment (runtimeEnvironment) | 1/1 | |
| participatingProject (mavenProject) | 1/unbounded | |
| artifact (artifact) | 1/unbounded |
JSON
| property | type | description |
|---|---|---|
| buildConfiguration | buildConfiguration (buildConfiguration) | |
| executionActivity | array of executionActivity (executionActivity) | |
| runtimeEnvironment | runtimeEnvironment (runtimeEnvironment) | |
| participatingProject | array of participatingProject (mavenProject) | |
| artifact | array of artifact (artifact) |