SourceTriggerDescriptor interface

The source trigger that caused a run.

Properties

branchName

The branch name in the repository.

commitId

The unique ID that identifies a commit.

eventType

The event type of the trigger.

id

The unique ID of the trigger.

providerType

The source control provider type.

pullRequestId

The unique ID that identifies pull request.

repositoryUrl

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