次の方法で共有


GitCommitTrigger Class

The git commit trigger that caused a build.

Inheritance
azure.mgmt.containerregistry._serialization.Model
GitCommitTrigger

Constructor

GitCommitTrigger(*, id: str | None = None, commit_id: str | None = None, repository_url: str | None = None, branch_name: str | None = None, provider_type: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
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.

Variables

Name Description
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.