| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
Webhook |
Project.webhook()
Information about a webhook that connects repository events to a build project in CodeBuild.
|
Webhook |
CreateWebhookResponse.webhook()
Information about a webhook that connects repository events to a build project in CodeBuild.
|
Webhook |
UpdateWebhookResponse.webhook()
Information about a repository's webhook that is associated with a project in CodeBuild.
|
| Modifier and Type | Method and Description |
|---|---|
Project.Builder |
Project.Builder.webhook(Webhook webhook)
Information about a webhook that connects repository events to a build project in CodeBuild.
|
CreateWebhookResponse.Builder |
CreateWebhookResponse.Builder.webhook(Webhook webhook)
Information about a webhook that connects repository events to a build project in CodeBuild.
|
UpdateWebhookResponse.Builder |
UpdateWebhookResponse.Builder.webhook(Webhook webhook)
Information about a repository's webhook that is associated with a project in CodeBuild.
|
Copyright © 2023. All rights reserved.