GitCommitTrigger Class

The git commit trigger that caused a build.

Inheritance
GitCommitTrigger

Constructor

GitCommitTrigger(*, id: Optional[str] = None, commit_id: Optional[str] = None, repository_url: Optional[str] = None, branch_name: Optional[str] = None, provider_type: Optional[str] = None, **kwargs)

Variables

id
str

The unique ID of the trigger.

commit_id
str

The unique ID that identifies a commit.

repository_url
str

The repository URL.

branch_name
str

The branch name in the repository.

provider_type
str

The source control provider type.