buildConfiguration
| Namespace: | http://hudson-ci.org/xsd/hudson/2.1.0/maven/config |
Java class for buildConfiguration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="buildConfiguration">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="installationId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="goals" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="privateRepository" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="privateTmpdir" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="pomFile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="properties" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/common}properties" minOccurs="0"/>
<element name="errors" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="verbosity" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/config}verbosity" minOccurs="0"/>
<element name="offline" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="snapshotUpdateMode" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/config}snapshotUpdateMode" minOccurs="0"/>
<element name="profile" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="recursive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="checksumMode" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/config}checksumMode" minOccurs="0"/>
<element name="failMode" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/config}failMode" minOccurs="0"/>
<element name="makeMode" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/config}makeMode" minOccurs="0"/>
<element name="project" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="resumeFrom" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="threading" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="mavenOpts" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="settingsId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="globalSettingsId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="toolChainsId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| installationId (string) | 0/1 | |
| goals (string) | 0/1 | |
| privateRepository (boolean) | 0/1 | |
| privateTmpdir (boolean) | 0/1 | |
| pomFile (string) | 0/1 | |
| properties (properties) | 0/1 | |
| errors (boolean) | 0/1 | |
| verbosity (verbosity) | 0/1 | |
| offline (boolean) | 0/1 | |
| snapshotUpdateMode (snapshotUpdateMode) | 0/1 | |
| profile (string) | 0/unbounded | |
| recursive (boolean) | 0/1 | |
| checksumMode (checksumMode) | 0/1 | |
| failMode (failMode) | 0/1 | |
| makeMode (makeMode) | 0/1 | |
| project (string) | 0/unbounded | |
| resumeFrom (string) | 0/1 | |
| threading (string) | 0/1 | |
| mavenOpts (string) | 0/1 | |
| settingsId (string) | 0/1 | |
| globalSettingsId (string) | 0/1 | |
| toolChainsId (string) | 0/1 |
JSON
| property | type | description |
|---|---|---|
| installationId | installationId (string) | |
| goals | goals (string) | |
| privateRepository | privateRepository (boolean) | |
| privateTmpdir | privateTmpdir (boolean) | |
| pomFile | pomFile (string) | |
| properties | properties (properties) | |
| errors | errors (boolean) | |
| verbosity | verbosity (verbosity) | |
| offline | offline (boolean) | |
| snapshotUpdateMode | snapshotUpdateMode (snapshotUpdateMode) | |
| profile | array of profile (string) | |
| recursive | recursive (boolean) | |
| checksumMode | checksumMode (checksumMode) | |
| failMode | failMode (failMode) | |
| makeMode | makeMode (makeMode) | |
| project | array of project (string) | |
| resumeFrom | resumeFrom (string) | |
| threading | threading (string) | |
| mavenOpts | mavenOpts (string) | |
| settingsId | settingsId (string) | |
| globalSettingsId | globalSettingsId (string) | |
| toolChainsId | toolChainsId (string) |