TestJob interface

Definition of the test job.

Properties

creationTime

Gets or sets the creation time of the test job.

endTime

Gets or sets the end time of the test job.

exception

Gets or sets the exception of the test job.

lastModifiedTime

Gets or sets the last modified time of the test job.

lastStatusModifiedTime

Gets or sets the last status modified time of the test job.

logActivityTrace

The activity-level tracing options of the runbook.

parameters

Gets or sets the parameters of the test job.

runOn

Gets or sets the runOn which specifies the group name where the job is to be executed.

startTime

Gets or sets the start time of the test job.

status

Gets or sets the status of the test job.

statusDetails

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