Uses of Class
software.amazon.awssdk.services.codebuild.model.WebhookBuildType
-
Packages that use WebhookBuildType Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of WebhookBuildType in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return WebhookBuildType Modifier and Type Method Description WebhookBuildTypeCreateWebhookRequest. buildType()Specifies the type of build this webhook will trigger.WebhookBuildTypeUpdateWebhookRequest. buildType()Specifies the type of build this webhook will trigger.WebhookBuildTypeWebhook. buildType()Specifies the type of build this webhook will trigger.static WebhookBuildTypeWebhookBuildType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static WebhookBuildTypeWebhookBuildType. 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.Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type WebhookBuildType Modifier and Type Method Description static Set<WebhookBuildType>WebhookBuildType. knownValues()Methods in software.amazon.awssdk.services.codebuild.model with parameters of type WebhookBuildType Modifier and Type Method Description CreateWebhookRequest.BuilderCreateWebhookRequest.Builder. buildType(WebhookBuildType buildType)Specifies the type of build this webhook will trigger.UpdateWebhookRequest.BuilderUpdateWebhookRequest.Builder. buildType(WebhookBuildType buildType)Specifies the type of build this webhook will trigger.Webhook.BuilderWebhook.Builder. buildType(WebhookBuildType buildType)Specifies the type of build this webhook will trigger.
-