| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
Webhook |
Webhook.clone() |
Webhook |
CreateWebhookResult.getWebhook()
Information about a webhook in GitHub that connects repository events to a build project in AWS CodeBuild.
|
Webhook |
Project.getWebhook()
Information about a webhook in GitHub that connects repository events to a build project in AWS CodeBuild.
|
Webhook |
Webhook.withUrl(String url)
The URL to the webhook.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateWebhookResult.setWebhook(Webhook webhook)
Information about a webhook in GitHub that connects repository events to a build project in AWS CodeBuild.
|
void |
Project.setWebhook(Webhook webhook)
Information about a webhook in GitHub that connects repository events to a build project in AWS CodeBuild.
|
CreateWebhookResult |
CreateWebhookResult.withWebhook(Webhook webhook)
Information about a webhook in GitHub that connects repository events to a build project in AWS CodeBuild.
|
Project |
Project.withWebhook(Webhook webhook)
Information about a webhook in GitHub that connects repository events to a build project in AWS CodeBuild.
|
Copyright © 2017. All rights reserved.