artifact
| Namespace: | http://hudson-ci.org/xsd/hudson/2.1.0/maven/state |
Java class for artifact complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="artifact">
<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="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="action" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/state}artifactAction" maxOccurs="unbounded"/>
<element name="repositoryFile" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dependentProject" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
<element name="consumingProject" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
<attribute name="createdProject" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
XML
Attributes
| name | type | description |
|---|---|---|
| createdProject | string | (no documentation provided) |
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| coordinates (mavenCoordinates) | 1/1 | |
| type (string) | 1/1 | |
| action (artifactAction) | 1/unbounded | |
| repositoryFile (string) | 1/1 | |
| dependentProject (string) | 1/unbounded | |
| consumingProject (string) | 1/unbounded |
JSON
| property | type | description |
|---|---|---|
| createdProject | string | (no documentation provided) |
| coordinates | coordinates (mavenCoordinates) | |
| type | type (string) | |
| action | array of action (artifactAction) | |
| repositoryFile | repositoryFile (string) | |
| dependentProject | array of dependentProject (string) | |
| consumingProject | array of consumingProject (string) |