executionActivityType

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

Java class for executionActivityType.

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

<simpleType name="executionActivityType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="SCHEDULED"/>
<enumeration value="STARTED"/>
<enumeration value="EXECUTING"/>
<enumeration value="ABORTED"/>
<enumeration value="FINISHED"/>
<enumeration value="UNKNOWN"/>
</restriction>
</simpleType>

Possible Values

value description
SCHEDULED
STARTED
EXECUTING
ABORTED
FINISHED
UNKNOWN