| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
ScopeConfiguration |
ScopeConfiguration.clone() |
ScopeConfiguration |
CreateWebhookRequest.getScopeConfiguration()
The scope configuration for global or organization webhooks.
|
ScopeConfiguration |
Webhook.getScopeConfiguration()
The scope configuration for global or organization webhooks.
|
ScopeConfiguration |
ScopeConfiguration.withDomain(String domain)
The domain of the GitHub Enterprise organization.
|
ScopeConfiguration |
ScopeConfiguration.withName(String name)
The name of either the enterprise or organization that will send webhook events to CodeBuild, depending on if the
webhook is a global or organization webhook respectively.
|
ScopeConfiguration |
ScopeConfiguration.withScope(String scope)
The type of scope for a GitHub webhook.
|
ScopeConfiguration |
ScopeConfiguration.withScope(WebhookScopeType scope)
The type of scope for a GitHub webhook.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateWebhookRequest.setScopeConfiguration(ScopeConfiguration scopeConfiguration)
The scope configuration for global or organization webhooks.
|
void |
Webhook.setScopeConfiguration(ScopeConfiguration scopeConfiguration)
The scope configuration for global or organization webhooks.
|
CreateWebhookRequest |
CreateWebhookRequest.withScopeConfiguration(ScopeConfiguration scopeConfiguration)
The scope configuration for global or organization webhooks.
|
Webhook |
Webhook.withScopeConfiguration(ScopeConfiguration scopeConfiguration)
The scope configuration for global or organization webhooks.
|
Copyright © 2024. All rights reserved.