Edit

Share via


GatedCheckInTrigger Class

Definition

Represents a gated check-in trigger.

[System.Runtime.Serialization.DataContract]
public sealed class GatedCheckInTrigger : Microsoft.TeamFoundation.Build.WebApi.BuildTrigger
type GatedCheckInTrigger = class
    inherit BuildTrigger
Public NotInheritable Class GatedCheckInTrigger
Inherits BuildTrigger
Inheritance
Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
GatedCheckInTrigger
Attributes

Constructors

GatedCheckInTrigger()

Properties

PathFilters

A list of filters that describe which paths will trigger builds.

RunContinuousIntegration

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

TriggerType

The type of the trigger.

(Inherited from BuildTrigger)
UseWorkspaceMappings

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

Applies to