Hudson Maven 3 Plugin REST API

Data: ns1

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

The data in this namespace is divided into elements and types. Types define the structure of the data. Elements define specific instances of the types, and are therefore more relevant to REST endpoints, which generally consume and/or produce elements.

The following types are members of this namespace:

Type (anonymous)

Java class for anonymous complex type.

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

<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>

Attributes

name type description
name string (no documentation provided)
value string (no documentation provided)

Type (anonymous)

Java class for anonymous complex type.

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

<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="method" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="file" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="line" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>

Attributes

name type description
type string (no documentation provided)
method string (no documentation provided)
file string (no documentation provided)
line int (no documentation provided)

Type mavenCoordinates

Java class for mavenCoordinates complex type.

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

<complexType name="mavenCoordinates">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="groupId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="artifactId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="classifier" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="expandedMetaVersion" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>

Attributes

name type description
groupId string (no documentation provided)
artifactId string (no documentation provided)
version string (no documentation provided)
type string (no documentation provided)
classifier string (no documentation provided)
expandedMetaVersion string (no documentation provided)

Type properties

Java class for properties complex type.

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

<complexType name="properties">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="entry" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>

Child Elements

name (type) min/max
occurs
description
entry () 1/unbounded (no documentation provided)

Type stackTrace

Java class for stackTrace complex type.

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

<complexType name="stackTrace">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="element" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="method" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="file" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="line" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>

Child Elements

name (type) min/max
occurs
description
element () 1/unbounded (no documentation provided)

Type throwable

Java class for throwable complex type.

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

<complexType name="throwable">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="stackTrace" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/common}stackTrace" minOccurs="0"/>
<element name="cause" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/common}throwable" minOccurs="0"/>
</sequence>
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>

Attributes

name type description
type string (no documentation provided)

Child Elements

name (type) min/max
occurs
description
message (string) 0/1 (no documentation provided)
stackTrace (stackTrace) 0/1 (no documentation provided)
cause (throwable) 0/1 (no documentation provided)