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.
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
- 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) |