GitCommitTrigger Class
The git commit trigger that caused a build.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelGitCommitTrigger
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
|
The unique ID of the trigger. |
commit_id
|
The unique ID that identifies a commit. |
repository_url
|
The repository URL. |
branch_name
|
The branch name in the repository. |
provider_type
|
The source control provider type. |
Variables
Name | Description |
---|---|
id
|
The unique ID of the trigger. |
commit_id
|
The unique ID that identifies a commit. |
repository_url
|
The repository URL. |
branch_name
|
The branch name in the repository. |
provider_type
|
The source control provider type. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python