SourceTriggerDescriptor 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.
The source trigger that caused a run.
public class SourceTriggerDescriptor
type SourceTriggerDescriptor = class
Public Class SourceTriggerDescriptor
- Inheritance
-
SourceTriggerDescriptor
Constructors
SourceTriggerDescriptor() |
Initializes a new instance of the SourceTriggerDescriptor class. |
SourceTriggerDescriptor(String, String, String, String, String, String, String) |
Initializes a new instance of the SourceTriggerDescriptor class. |
Properties
BranchName |
Gets or sets the branch name in the repository. |
CommitId |
Gets or sets the unique ID that identifies a commit. |
EventType |
Gets or sets the event type of the trigger. |
Id |
Gets or sets the unique ID of the trigger. |
ProviderType |
Gets or sets the source control provider type. |
PullRequestId |
Gets or sets the unique ID that identifies pull request. |
RepositoryUrl |
Gets or sets the repository URL. |