element <qm:adaptertask>
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
never |
XML Representation Summary |
<qm:adaptertask> |
|
Content: |
qm:projectArea, dc:identifier, jproc:team-area, qm:stylesheet, dc:title, dc:creator, alm:owner, alm:state, tasks:selectedAdapterId, tasks:type, tasks:progress?, qm:variables, tasks:taken?, tasks:managedbyadapter?, tasks:fullpath, tasks:shareprefix, tasks:relativepath, tasks:ewi?, tasks:updateURL?, tasks:recordingURL?, tasks:resultURL?, tasks:suiteLogURL?, adapter:task*, tasks:message?, tasks:properties?, (qm:remotescript? | qm:testscript?), qm:executionworkitem?, qm:suiteexecutionrecord?, qm:testsuitelog?, qm:resource?, qm:executionresult?, qm:buildrecord?, qm:markerAny, {any}* |
|
</qm:adaptertask> |
Content model elements (34):
-
Annotation
A task assigned to an adapter.
Anonymous Type Detail
Type Derivation Tree complexType (extension) |
XML Source (w/o annotations (40); see within schema source)
<xs:element name="adaptertask"> <xs:complexType> <xs:complexContent> <xs:sequence> <xs:element maxOccurs="1" minOccurs="0" ref="tasks:ewi"/> <xs:element maxOccurs="unbounded" minOccurs="0" ref="adapter:task"/> <xs:choice> <xs:element maxOccurs="1" minOccurs="0" name="remotescript"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> <xs:element maxOccurs="1" minOccurs="0" name="testscript"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> </xs:choice> <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="1" minOccurs="0" name="testsuitelog"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> <xs:element maxOccurs="1" minOccurs="0" name="resource"> <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="1" minOccurs="0" name="buildrecord"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> <!-- properties --> <xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
Content Element Detail (defined in this component only; 31/35) -
A generic placeholder for section information.
XML Source (w/o annotations (1); see within schema source)
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/> |
-
Type: |
anonymous, empty content |
[READ-ONLY] The sub tasks associated with the task.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="adapter:task"/> |
-
The contributor that owns the task.
XML Source (w/o annotations (1); see within schema source)
-
An ID or name of the current state of the task.
XML Source (w/o annotations (1); see within schema source)
-
[READ-ONLY] The contributor that created the task.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
[READ-ONLY] A name given to the task.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
anonymous, empty content |
The build on which execution is happening.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="buildrecord"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> |
-
Type: |
anonymous, empty content |
A link to the execution result.
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="executionresult"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> |
-
Type: |
anonymous, empty content |
[READ-ONLY] A link to the associated test execution record.
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="executionworkitem"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> |
-
Type: |
xs:string, predefined, simple content |
[READ-ONLY] A empty marker.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
anonymous, empty content |
A link to the remote script executed.
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="remotescript"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> |
-
Type: |
anonymous, empty content |
[READ-ONLY] The external script resource that the adapter may invoke to download and execute. This is served by the test management server or more generically a file server. This is available only in the case where managedbyadapter is true.
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="resource"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> |
-
Type: |
anonymous, empty content |
A link to the associated test suite execution record.
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="suiteexecutionrecord"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> |
-
Type: |
anonymous, empty content |
A link to the manual script executed.
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="testscript"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> |
-
Type: |
anonymous, empty content |
A link to the test suite log.
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="testsuitelog"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> |
-
Type: |
anonymous, complex content |
XML Source (see within schema source)
-
Type: |
anonymous, empty content |
The test execution record whose execution lead to the creation of this task.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="tasks:ewi"/> |
-
Type: |
xs:string, predefined, simple content |
[READ-ONLY] The path to the resource in the case where it is managed by the adapter (i.e. managedbyadapter is true).
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:boolean, predefined, simple content |
[READ-ONLY] Indicates if the executable resource is one thats managed by the adapter and can be accessed locally by the adapter or is one thats managed by the test management system and needs to serve it.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
anonymous (extension of xs:string), simple content |
Information about the task.
Simple Content
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:int, predefined, simple content |
Shows how far the task has been processed. This is a number between 0 and 100.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
anonymous, complex content |
A set of data associated with the task.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
anonymous, empty content |
[READ-ONLY] URL for adapter to post initial recorded script. Posting to this URL will produce a response where the Content-Location header will provide the URL for further updates to the recorded script.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
[READ-ONLY] Trailing part of the path to the resource in the case where its managed by the test management solution (i.e. managedbyadapter is false).
XML Source (w/o annotations (1); see within schema source)
-
Type: |
anonymous, empty content |
[READ-ONLY] The result of the execution for this task.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
ID of the adapter that this task was destined for.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
[READ-ONLY] Leading part of the path to the resource in the case where its managed by the test management solution (i.e. managedbyadapter is false).
XML Source (w/o annotations (1); see within schema source)
-
Type: |
anonymous, empty content |
[READ-ONLY] A link to the suite log.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:boolean, predefined, simple content |
[READ-ONLY] Indicates if the task has been taken for processing by any adapter or is still hasnt started to be processed.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
The type of the task to be performed. Permissible values are EXECUTE, IMPORT
XML Source (w/o annotations (1); see within schema source)
-
Type: |
anonymous, empty content |
[READ-ONLY] An update task.
XML Source (w/o annotations (1); see within schema source)