element <qm:executionsequenceresult>
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
never |
XML Representation Summary |
<qm:executionsequenceresult> |
|
Content: |
qm:projectArea, dc:identifier, jproc:team-area, qm:stylesheet, alm:updated, qm:isRunning?, qm:startTime, qm:endTime, qm:overallResult, qm:associatedBuildRecord, qm:executionSequence, qm:stepResult* |
|
</qm:executionsequenceresult> |
Content model elements (12):
-
Annotation
The reported results from running an execution sequence.
Anonymous Type Detail
Type Derivation Tree complexType (extension) |
XML Source (w/o annotations (16); see within schema source)
<xs:element name="executionsequenceresult"> <xs:complexType> <xs:complexContent> <xs:sequence> <xs:element minOccurs="0" name="isRunning" type="xs:boolean"/> <xs:element name="startTime" type="xs:dateTime"/> <xs:element name="endTime" type="xs:dateTime"/> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> <xs:element maxOccurs="unbounded" minOccurs="0" name="stepResult"> <xs:complexType> <xs:attribute name="type" type="xs:string" use="required"/> <xs:attribute name="result" type="xs:string" use="required"/> <xs:attribute name="message" type="xs:string" use="optional"/> </xs:complexType> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
Content Element Detail (defined in this component only; 8/12) -
Type: |
xs:dateTime, predefined, simple content |
[READ-ONLY] The timestamp for the last time execution sequence result was updated. Format is XML dateTime.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
anonymous, empty content |
A reference to a Build Record that is associated with the run of the execution sequence.
XML Source (w/o annotations (3); see within schema source)
<xs:element name="associatedBuildRecord"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> |
-
Type: |
xs:dateTime, predefined, simple content |
XML Datetime that the running of the execution sequence ended.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="endTime" type="xs:dateTime"/> |
-
Type: |
anonymous, empty content |
A reference to the execution sequence that was run.
XML Source (w/o annotations (3); see within schema source)
<xs:element name="executionSequence"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> |
-
Type: |
xs:boolean, predefined, simple content |
[READ-ONLY] An indicator that the running of the execution sequence is in progress.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="isRunning" type="xs:boolean"/> |
-
Type: |
xs:string, predefined, simple content |
The rolled up result of the run of the execution sequence.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:dateTime, predefined, simple content |
XML Datetime that the execution sequence started running.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="startTime" type="xs:dateTime"/> |
-
Type: |
anonymous, empty content |
The result of an individual step in the execution sequence.
XML Source (w/o annotations (4); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="stepResult"> <xs:complexType> <xs:attribute name="type" type="xs:string" use="required"/> <xs:attribute name="result" type="xs:string" use="required"/> <xs:attribute name="message" type="xs:string" use="optional"/> </xs:complexType> </xs:element> |