Package version:

The source trigger that caused a run.

interface SourceTriggerDescriptor {
    branchName?: string;
    commitId?: string;
    eventType?: string;
    id?: string;
    providerType?: string;
    pullRequestId?: string;
    repositoryUrl?: string;
}

Properties

branchName?: string

The branch name in the repository.

commitId?: string

The unique ID that identifies a commit.

eventType?: string

The event type of the trigger.

id?: string

The unique ID of the trigger.

providerType?: string

The source control provider type.

pullRequestId?: string

The unique ID that identifies pull request.

repositoryUrl?: string

The repository URL.