Edit

Share via


PullRequestTrigger Class

Definition

Represents a pull request trigger.

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

Constructors

PullRequestTrigger()

Properties

AutoCancel

Indicates if an update to a PR should delete current in-progress builds.

BranchFilters

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

Forks

Describes if forks of a selected repository should build and use secrets.

IsCommentRequiredForPullRequest
PathFilters

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

SettingsSourceType
TriggerType

The type of the trigger.

(Inherited from BuildTrigger)

Applies to