TestJob interface
Definition of the test job.
Properties
creation |
Gets or sets the creation time of the test job. |
end |
Gets or sets the end time of the test job. |
exception | Gets or sets the exception of the test job. |
last |
Gets or sets the last modified time of the test job. |
last |
Gets or sets the last status modified time of the test job. |
log |
The activity-level tracing options of the runbook. |
parameters | Gets or sets the parameters of the test job. |
run |
Gets or sets the runOn which specifies the group name where the job is to be executed. |
start |
Gets or sets the start time of the test job. |
status | Gets or sets the status of the test job. |
status |
Gets or sets the status details of the test job. |
Property Details
creationTime
Gets or sets the creation time of the test job.
creationTime?: Date
Property Value
Date
endTime
Gets or sets the end time of the test job.
endTime?: Date
Property Value
Date
exception
Gets or sets the exception of the test job.
exception?: string
Property Value
string
lastModifiedTime
Gets or sets the last modified time of the test job.
lastModifiedTime?: Date
Property Value
Date
lastStatusModifiedTime
Gets or sets the last status modified time of the test job.
lastStatusModifiedTime?: Date
Property Value
Date
logActivityTrace
The activity-level tracing options of the runbook.
logActivityTrace?: number
Property Value
number
parameters
Gets or sets the parameters of the test job.
parameters?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
runOn
Gets or sets the runOn which specifies the group name where the job is to be executed.
runOn?: string
Property Value
string
startTime
Gets or sets the start time of the test job.
startTime?: Date
Property Value
Date
status
Gets or sets the status of the test job.
status?: string
Property Value
string
statusDetails
Gets or sets the status details of the test job.
statusDetails?: string
Property Value
string