GatedCheckInTrigger interface

Represents a gated check-in trigger.

Extends

Properties

pathFilters
runContinuousIntegration

Indicates whether CI triggers should run after the gated check-in succeeds.

useWorkspaceMappings

Indicates whether to take workspace mappings into account when determining whether a build should run.

Inherited Properties

triggerType

The type of the trigger.

Property Details

pathFilters

pathFilters: string[]

Property Value

string[]

runContinuousIntegration

Indicates whether CI triggers should run after the gated check-in succeeds.

runContinuousIntegration: boolean

Property Value

boolean

useWorkspaceMappings

Indicates whether to take workspace mappings into account when determining whether a build should run.

useWorkspaceMappings: boolean

Property Value

boolean

Inherited Property Details

triggerType

The type of the trigger.

triggerType: DefinitionTriggerType

Property Value

Inherited From BuildTrigger.triggerType