Attribute
|
Description
|
Type
|
Requirement
|
failonerror
|
Sets whether to
fail with a build exception on error, or continue.
Default is false. |
boolean |
Optional |
cqusername |
The name of a user
who you will login to ClearQuest as. |
String |
Required |
cqpassword |
The password of the user
who you will login to ClearQuest as. |
String |
Required |
cqdataset |
The data set or schema
repository connection name to be used., i.e. 7.0.0. |
String |
Required |
cquserdb |
The name of the ClearQuest
user database to be used. i.e. SAMPL. |
String |
Required |
buildid |
A unique identifier
for the build. This attributes is only required if the atrribute
cqrecordid is not specified. |
String |
Required |
weburl |
The URL of a web page
that contains more information on the build. |
String |
Optional |
cqrelease |
The name of the release
that this build is for. Note this is a reference to a ClearQuest DTRelease
record which must therefore exist. |
String |
Optional |
buildlog |
A log of activities
or tasks executed during the build. |
String |
Optional |
failed |
Whether the build
failed or not. Used to transition the record to the Complete or
Failure state. Default is false. |
Boolean |
Optional |
cqrecordidproperty |
The name of the
property to put the ClearQuest record id that is created in. |
String |
Optional |