buildStates

Namespace: http://hudson-ci.org/xsd/hudson/2.1.0/maven/state

Java class for buildStates complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="buildStates">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="state" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/state}buildState" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>

XML

Elements

name (type) min/max
occurs
description
state (buildState) 1/unbounded

JSON

property type description
state array of state (buildState)