ScheduleTestsTrigger interface

ScheduleTestsTrigger model.

Extends

Properties

kind

The type of the trigger is ScheduleTestsTrigger.

recurrence

Recurrence details of the trigger. Null if schedule is not recurring.

startDateTime

Start date time of the trigger in UTC timezone. (RFC 3339 literal format)

testIds

The test id of test to be triggered by this schedule trigger. Currently only one test is supported for a trigger.

Inherited Properties

description

The description of the trigger.

displayName

The name of the trigger.

state

The current state of the trigger.

Possible values: "Active", "Paused", "Completed", "Disabled"

Property Details

kind

The type of the trigger is ScheduleTestsTrigger.

kind: "ScheduleTestsTrigger"

Property Value

"ScheduleTestsTrigger"

recurrence

Recurrence details of the trigger. Null if schedule is not recurring.

recurrence?: Recurrence

Property Value

startDateTime

Start date time of the trigger in UTC timezone. (RFC 3339 literal format)

startDateTime?: string | Date

Property Value

string | Date

testIds

The test id of test to be triggered by this schedule trigger. Currently only one test is supported for a trigger.

testIds: string[]

Property Value

string[]

Inherited Property Details

description

The description of the trigger.

description?: string

Property Value

string

Inherited From TriggerParent.description

displayName

The name of the trigger.

displayName: string

Property Value

string

Inherited From TriggerParent.displayName

state

The current state of the trigger.

Possible values: "Active", "Paused", "Completed", "Disabled"

state?: string

Property Value

string

Inherited From TriggerParent.state