Webhook.Builder |
Webhook.Builder.branchFilter(String branchFilter) |
A regular expression used to determine which repository branches are built when a webhook is triggered.
|
static Webhook.Builder |
Webhook.builder() |
|
Webhook.Builder |
Webhook.Builder.buildType(String buildType) |
Specifies the type of build this webhook will trigger.
|
Webhook.Builder |
Webhook.Builder.buildType(WebhookBuildType buildType) |
Specifies the type of build this webhook will trigger.
|
Webhook.Builder |
Webhook.Builder.filterGroups(Collection<? extends Collection<WebhookFilter>> filterGroups) |
An array of arrays of WebhookFilter objects used to determine which webhooks are triggered.
|
Webhook.Builder |
Webhook.Builder.filterGroups(Collection<WebhookFilter>... filterGroups) |
An array of arrays of WebhookFilter objects used to determine which webhooks are triggered.
|
Webhook.Builder |
Webhook.Builder.lastModifiedSecret(Instant lastModifiedSecret) |
A timestamp that indicates the last time a repository's secret token was modified.
|
Webhook.Builder |
Webhook.Builder.manualCreation(Boolean manualCreation) |
If manualCreation is true, CodeBuild doesn't create a webhook in GitHub and instead returns
payloadUrl and secret values for the webhook.
|
Webhook.Builder |
Webhook.Builder.payloadUrl(String payloadUrl) |
The CodeBuild endpoint where webhook events are sent.
|
default Webhook.Builder |
Webhook.Builder.scopeConfiguration(Consumer<ScopeConfiguration.Builder> scopeConfiguration) |
The scope configuration for global or organization webhooks.
|
Webhook.Builder |
Webhook.Builder.scopeConfiguration(ScopeConfiguration scopeConfiguration) |
The scope configuration for global or organization webhooks.
|
Webhook.Builder |
Webhook.Builder.secret(String secret) |
The secret token of the associated repository.
|
Webhook.Builder |
Webhook.toBuilder() |
|
Webhook.Builder |
Webhook.Builder.url(String url) |
The URL to the webhook.
|