RunUpdateModel interface
Properties
build | An abstracted reference to the build that it belongs. |
build |
Drop location of the build used for test run. |
build |
Flavor of the build used for test run. (E.g: Release, Debug) |
build |
Platform of the build used for test run. (E.g.: x86, amd64) |
comment | Comments entered by those analyzing the run. |
completed |
Completed date time of the run. |
controller | Name of the test controller used for automated run. |
custom |
List of custom data for additional categorization of the test run. Value of the CustomTestField cannot be more than 1KB. |
delete |
true to delete inProgess Results , false otherwise. |
dtl |
An abstracted reference to DtlAutEnvironment. |
dtl |
An abstracted reference to DtlEnvironment. |
dtl |
|
due |
Due date and time for test run. |
error |
Error message associated with the run. |
iteration | The iteration in which to create the run. |
log |
Log entries associated with the run. Use a comma-separated list of multiple log entry objects. { logEntry }, { logEntry }, ... |
name | Name of the test run. |
release |
URI of release environment associated with the run. |
release |
URI of release associated with the run. |
run |
Run summary for run Type = NoConfigRun. |
source |
SourceWorkFlow(CI/CD) of the test run. |
started |
Start date time of the run. |
state | The state of the test run Below are the valid values - NotStarted, InProgress, Completed, Aborted, Waiting |
substate | The types of sub states for test run. |
tags | Tags to attach with the test run. |
test |
ID of the test environment associated with the run. |
test |
An abstracted reference to test setting resource. |
Property Details
build
An abstracted reference to the build that it belongs.
build: ShallowReference
Property Value
buildDropLocation
Drop location of the build used for test run.
buildDropLocation: string
Property Value
string
buildFlavor
Flavor of the build used for test run. (E.g: Release, Debug)
buildFlavor: string
Property Value
string
buildPlatform
Platform of the build used for test run. (E.g.: x86, amd64)
buildPlatform: string
Property Value
string
comment
Comments entered by those analyzing the run.
comment: string
Property Value
string
completedDate
Completed date time of the run.
completedDate: string
Property Value
string
controller
Name of the test controller used for automated run.
controller: string
Property Value
string
customTestFields
List of custom data for additional categorization of the test run. Value of the CustomTestField cannot be more than 1KB.
customTestFields: CustomTestField[]
Property Value
deleteInProgressResults
true to delete inProgess Results , false otherwise.
deleteInProgressResults: boolean
Property Value
boolean
dtlAutEnvironment
An abstracted reference to DtlAutEnvironment.
dtlAutEnvironment: ShallowReference
Property Value
dtlEnvironment
An abstracted reference to DtlEnvironment.
dtlEnvironment: ShallowReference
Property Value
dtlEnvironmentDetails
dueDate
Due date and time for test run.
dueDate: string
Property Value
string
errorMessage
Error message associated with the run.
errorMessage: string
Property Value
string
iteration
The iteration in which to create the run.
iteration: string
Property Value
string
logEntries
Log entries associated with the run. Use a comma-separated list of multiple log entry objects. { logEntry }, { logEntry }, ...
logEntries: TestMessageLogDetails[]
Property Value
name
Name of the test run.
name: string
Property Value
string
releaseEnvironmentUri
URI of release environment associated with the run.
releaseEnvironmentUri: string
Property Value
string
releaseUri
URI of release associated with the run.
releaseUri: string
Property Value
string
runSummary
Run summary for run Type = NoConfigRun.
runSummary: RunSummaryModel[]
Property Value
sourceWorkflow
SourceWorkFlow(CI/CD) of the test run.
sourceWorkflow: string
Property Value
string
startedDate
Start date time of the run.
startedDate: string
Property Value
string
state
The state of the test run Below are the valid values - NotStarted, InProgress, Completed, Aborted, Waiting
state: string
Property Value
string
substate
tags
testEnvironmentId
ID of the test environment associated with the run.
testEnvironmentId: string
Property Value
string
testSettings
An abstracted reference to test setting resource.
testSettings: ShallowReference