Represents a gated check-in trigger.

interface GatedCheckInTrigger {
    pathFilters?: string[];
    runContinuousIntegration?: boolean;
    triggerType?: DefinitionTriggerType;
    useWorkspaceMappings?: boolean;
}

Hierarchy (View Summary)

Properties

pathFilters?: string[]
runContinuousIntegration?: boolean

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

triggerType?: DefinitionTriggerType

The type of the trigger.

useWorkspaceMappings?: boolean

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