| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
static WebhookBuildType |
WebhookBuildType.fromValue(String value)
Use this in place of valueOf.
|
static WebhookBuildType |
WebhookBuildType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebhookBuildType[] |
WebhookBuildType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateWebhookRequest |
UpdateWebhookRequest.withBuildType(WebhookBuildType buildType)
Specifies the type of build this webhook will trigger.
|
CreateWebhookRequest |
CreateWebhookRequest.withBuildType(WebhookBuildType buildType)
Specifies the type of build this webhook will trigger.
|
Webhook |
Webhook.withBuildType(WebhookBuildType buildType)
Specifies the type of build this webhook will trigger.
|
Copyright © 2021. All rights reserved.