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