Uses of Class
software.amazon.awssdk.services.codebuild.model.Webhook
-
Packages that use Webhook Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of Webhook in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return Webhook Modifier and Type Method Description WebhookCreateWebhookResponse. webhook()Information about a webhook that connects repository events to a build project in CodeBuild.WebhookProject. webhook()Information about a webhook that connects repository events to a build project in CodeBuild.WebhookUpdateWebhookResponse. webhook()Information about a repository's webhook that is associated with a project in CodeBuild.Methods in software.amazon.awssdk.services.codebuild.model with parameters of type Webhook Modifier and Type Method Description CreateWebhookResponse.BuilderCreateWebhookResponse.Builder. webhook(Webhook webhook)Information about a webhook that connects repository events to a build project in CodeBuild.Project.BuilderProject.Builder. webhook(Webhook webhook)Information about a webhook that connects repository events to a build project in CodeBuild.UpdateWebhookResponse.BuilderUpdateWebhookResponse.Builder. webhook(Webhook webhook)Information about a repository's webhook that is associated with a project in CodeBuild.
-