mavenProject

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

Java class for mavenProject complex type.

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

<complexType name="mavenProject">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="coordinates" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/common}mavenCoordinates"/>
<element name="profile" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/state}profile" maxOccurs="unbounded"/>
<element name="buildSummary" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/state}buildSummary"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>

XML

Attributes

name type description
name string (no documentation provided)

Elements

name (type) min/max
occurs
description
coordinates (mavenCoordinates) 1/1
profile (profile) 1/unbounded
buildSummary (buildSummary) 1/1

JSON

property type description
name string (no documentation provided)
coordinates coordinates (mavenCoordinates)
profile array of profile (profile)
buildSummary buildSummary (buildSummary)