artifactAction
| Namespace: | http://hudson-ci.org/xsd/hudson/2.1.0/maven/state |
Java class for artifactAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="artifactAction">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="projectId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="operation" use="required" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/state}artifactOperation" />
</restriction>
</complexContent>
</complexType>
XML
Attributes
| name | type | description |
|---|---|---|
| projectId | string | (no documentation provided) |
| operation | artifactOperation | (no documentation provided) |
JSON
| property | type | description |
|---|---|---|
| projectId | string | (no documentation provided) |
| operation | artifactOperation | (no documentation provided) |