| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
Webhook |
Webhook.clone() |
Webhook |
Project.getWebhook()
Information about a webhook that connects repository events to a build project in AWS CodeBuild.
|
Webhook |
UpdateWebhookResult.getWebhook()
Information about a repository's webhook that is associated with a project in AWS CodeBuild.
|
Webhook |
CreateWebhookResult.getWebhook()
Information about a webhook that connects repository events to a build project in AWS CodeBuild.
|
Webhook |
Webhook.withBranchFilter(String branchFilter)
A regular expression used to determine which repository branches are built when a webhook is triggered.
|
Webhook |
Webhook.withBuildType(String buildType)
Specifies the type of build this webhook will trigger.
|
Webhook |
Webhook.withBuildType(WebhookBuildType buildType)
Specifies the type of build this webhook will trigger.
|
Webhook |
Webhook.withFilterGroups(Collection<List<WebhookFilter>> filterGroups)
An array of arrays of
WebhookFilter objects used to determine which webhooks are triggered. |
Webhook |
Webhook.withFilterGroups(List<WebhookFilter>... filterGroups)
An array of arrays of
WebhookFilter objects used to determine which webhooks are triggered. |
Webhook |
Webhook.withLastModifiedSecret(Date lastModifiedSecret)
A timestamp that indicates the last time a repository's secret token was modified.
|
Webhook |
Webhook.withPayloadUrl(String payloadUrl)
The AWS CodeBuild endpoint where webhook events are sent.
|
Webhook |
Webhook.withSecret(String secret)
The secret token of the associated repository.
|
Webhook |
Webhook.withUrl(String url)
The URL to the webhook.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Project.setWebhook(Webhook webhook)
Information about a webhook that connects repository events to a build project in AWS CodeBuild.
|
void |
UpdateWebhookResult.setWebhook(Webhook webhook)
Information about a repository's webhook that is associated with a project in AWS CodeBuild.
|
void |
CreateWebhookResult.setWebhook(Webhook webhook)
Information about a webhook that connects repository events to a build project in AWS CodeBuild.
|
Project |
Project.withWebhook(Webhook webhook)
Information about a webhook that connects repository events to a build project in AWS CodeBuild.
|
UpdateWebhookResult |
UpdateWebhookResult.withWebhook(Webhook webhook)
Information about a repository's webhook that is associated with a project in AWS CodeBuild.
|
CreateWebhookResult |
CreateWebhookResult.withWebhook(Webhook webhook)
Information about a webhook that connects repository events to a build project in AWS CodeBuild.
|
Copyright © 2020. All rights reserved.