BuildTrigger Class

Definition

Represents a trigger for a buld definition.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.TeamFoundation.Build.WebApi.BuildTriggerJsonConverter))]
[System.Runtime.Serialization.DataContract]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.TeamFoundation.Build.WebApi.ContinuousIntegrationTrigger))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.TeamFoundation.Build.WebApi.GatedCheckInTrigger))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.TeamFoundation.Build.WebApi.ScheduleTrigger))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.TeamFoundation.Build.WebApi.PullRequestTrigger))]
public abstract class BuildTrigger : Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
type BuildTrigger = class
    inherit BaseSecuredObject
Public MustInherit Class BuildTrigger
Inherits BaseSecuredObject
Inheritance
Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
BuildTrigger
Derived
Attributes
Newtonsoft.Json.JsonConverterAttribute DataContractAttribute KnownTypeAttribute

Constructors

BuildTrigger(DefinitionTriggerType)
BuildTrigger(DefinitionTriggerType, ISecuredObject)

Properties

TriggerType

The type of the trigger.

Applies to