| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
WebhookFilter |
WebhookFilter.clone() |
WebhookFilter |
WebhookFilter.withExcludeMatchedPattern(Boolean excludeMatchedPattern)
Used to indicate that the
pattern determines which webhook events do not trigger a build. |
WebhookFilter |
WebhookFilter.withPattern(String pattern)
For a
WebHookFilter that uses EVENT type, a comma-separated string that specifies one
or more events. |
WebhookFilter |
WebhookFilter.withType(String type)
The type of webhook filter.
|
WebhookFilter |
WebhookFilter.withType(WebhookFilterType type)
The type of webhook filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<List<WebhookFilter>> |
UpdateWebhookRequest.getFilterGroups()
An array of arrays of
WebhookFilter objects used to determine if a webhook event can trigger a
build. |
List<List<WebhookFilter>> |
CreateWebhookRequest.getFilterGroups()
An array of arrays of
WebhookFilter objects used to determine which webhooks are triggered. |
List<List<WebhookFilter>> |
Webhook.getFilterGroups()
An array of arrays of
WebhookFilter objects used to determine which webhooks are triggered. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateWebhookRequest.setFilterGroups(Collection<List<WebhookFilter>> filterGroups)
An array of arrays of
WebhookFilter objects used to determine if a webhook event can trigger a
build. |
void |
CreateWebhookRequest.setFilterGroups(Collection<List<WebhookFilter>> filterGroups)
An array of arrays of
WebhookFilter objects used to determine which webhooks are triggered. |
void |
Webhook.setFilterGroups(Collection<List<WebhookFilter>> filterGroups)
An array of arrays of
WebhookFilter objects used to determine which webhooks are triggered. |
UpdateWebhookRequest |
UpdateWebhookRequest.withFilterGroups(Collection<List<WebhookFilter>> filterGroups)
An array of arrays of
WebhookFilter objects used to determine if a webhook event can trigger a
build. |
CreateWebhookRequest |
CreateWebhookRequest.withFilterGroups(Collection<List<WebhookFilter>> filterGroups)
An array of arrays of
WebhookFilter objects used to determine which webhooks are triggered. |
Webhook |
Webhook.withFilterGroups(Collection<List<WebhookFilter>> filterGroups)
An array of arrays of
WebhookFilter objects used to determine which webhooks are triggered. |
Copyright © 2020. All rights reserved.