element <qm:executionsequence>
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
never |
XML Representation Summary |
<qm:executionsequence> |
|
Content: |
qm:projectArea, dc:identifier, jproc:team-area, qm:stylesheet, qm:webId?, dc:title, alm:updated, dc:description, dc:creator, alm:owner, qm:isBvt?, qm:runOnFailedBuild?, qm:scheduleStart?, qm:associatedBuildDefinition, qm:jobscheduler, qm:sequencestep+, qm:testcell? |
|
</qm:executionsequence> |
Content model elements (17):
-
Annotation
The definition of a set of builds that can be
Anonymous Type Detail
Type Derivation Tree complexType (extension) |
XML Source (w/o annotations (20); see within schema source)
<xs:element name="executionsequence"> <xs:complexType> <xs:complexContent> <xs:sequence> <xs:element maxOccurs="1" minOccurs="0" name="webId" type="xs:int"/> <xs:element minOccurs="0" name="isBvt" type="xs:boolean"/> <xs:element minOccurs="0" name="scheduleStart" 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="1" ref="sequencestep"/> <xs:element maxOccurs="1" minOccurs="0" name="testcell"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
Content Element Detail (defined in this component only; 13/17) -
The contributor that owns the execution sequence.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:dateTime, predefined, simple content |
[READ-ONLY] The timestamp for the last time execution sequence was updated. Format is XML dateTime.
XML Source (w/o annotations (1); see within schema source)
-
The contributor that created the execution sequence.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
An account of the execution sequence.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
A name given to the execution sequence.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
anonymous, empty content |
A reference to an associated Build Definition.
XML Source (w/o annotations (3); see within schema source)
<xs:element name="associatedBuildDefinition"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> |
-
Type: |
xs:boolean, predefined, simple content |
[READ-ONLY] Indicates that this is a Build Verification Test.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="isBvt" type="xs:boolean"/> |
-
Type: |
anonymous, empty content |
[READ-ONLY] Reference to an associated Job Scheduler
XML Source (w/o annotations (3); see within schema source)
<xs:element name="jobscheduler"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> |
-
Type: |
xs:boolean, predefined, simple content |
[READ-ONLY] Indicates that the test should run even if the build fails.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:dateTime, predefined, simple content |
XML Datetime that the test is scheduled to start.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="scheduleStart" type="xs:dateTime"/> |
-
Type: |
anonymous, complex content |
Steps in the execution sequence.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="1" ref="sequencestep"/> |
-
Type: |
anonymous, empty content |
A reference to an associated test cell.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="testcell"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> |
-
Type: |
xs:int, predefined, simple content |
[READ-ONLY] Integer ID as seen in the web UI.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="webId" type="xs:int"/> |