SourceTriggerDescriptor interface
The source trigger that caused a run.
Properties
branch |
The branch name in the repository. |
commit |
The unique ID that identifies a commit. |
event |
The event type of the trigger. |
id | The unique ID of the trigger. |
provider |
The source control provider type. |
pull |
The unique ID that identifies pull request. |
repository |
The repository URL. |
Property Details
branchName
The branch name in the repository.
branchName?: string
Property Value
string
commitId
The unique ID that identifies a commit.
commitId?: string
Property Value
string
eventType
The event type of the trigger.
eventType?: string
Property Value
string
id
The unique ID of the trigger.
id?: string
Property Value
string
providerType
The source control provider type.
providerType?: string
Property Value
string
pullRequestId
The unique ID that identifies pull request.
pullRequestId?: string
Property Value
string
repositoryUrl
The repository URL.
repositoryUrl?: string
Property Value
string