PullRequestTrigger Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Runtime.Serialization.DataContract]
public class PullRequestTrigger : Microsoft.TeamFoundation.DistributedTask.Pipelines.PipelineTrigger
type PullRequestTrigger = class
inherit PipelineTrigger
Public Class PullRequestTrigger
Inherits PipelineTrigger
- Inheritance
- Attributes
Constructors
| PullRequestTrigger() |
Properties
| AutoCancel | |
| BranchFilters |
A list of filters that describe which branches will trigger pipelines. |
| Enabled | |
| PathFilters |
A list of filters that describe which paths will trigger pipelines. |
| TriggerType |
The type of the trigger. (Inherited from PipelineTrigger) |