Uses of Interface
software.amazon.awssdk.services.codebuild.model.CreateWebhookRequest.Builder
-
Packages that use CreateWebhookRequest.Builder Package Description software.amazon.awssdk.services.codebuild CodeBuild software.amazon.awssdk.services.codebuild.model -
-
Uses of CreateWebhookRequest.Builder in software.amazon.awssdk.services.codebuild
Method parameters in software.amazon.awssdk.services.codebuild with type arguments of type CreateWebhookRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateWebhookResponse>CodeBuildAsyncClient. createWebhook(Consumer<CreateWebhookRequest.Builder> createWebhookRequest)For an existing CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository, enables CodeBuild to start rebuilding the source code every time a code change is pushed to the repository.default CreateWebhookResponseCodeBuildClient. createWebhook(Consumer<CreateWebhookRequest.Builder> createWebhookRequest)For an existing CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository, enables CodeBuild to start rebuilding the source code every time a code change is pushed to the repository. -
Uses of CreateWebhookRequest.Builder in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return CreateWebhookRequest.Builder Modifier and Type Method Description CreateWebhookRequest.BuilderCreateWebhookRequest.Builder. branchFilter(String branchFilter)A regular expression used to determine which repository branches are built when a webhook is triggered.static CreateWebhookRequest.BuilderCreateWebhookRequest. builder()CreateWebhookRequest.BuilderCreateWebhookRequest.Builder. buildType(String buildType)Specifies the type of build this webhook will trigger.CreateWebhookRequest.BuilderCreateWebhookRequest.Builder. buildType(WebhookBuildType buildType)Specifies the type of build this webhook will trigger.CreateWebhookRequest.BuilderCreateWebhookRequest.Builder. filterGroups(Collection<? extends Collection<WebhookFilter>> filterGroups)An array of arrays ofWebhookFilterobjects used to determine which webhooks are triggered.CreateWebhookRequest.BuilderCreateWebhookRequest.Builder. filterGroups(Collection<WebhookFilter>... filterGroups)An array of arrays ofWebhookFilterobjects used to determine which webhooks are triggered.CreateWebhookRequest.BuilderCreateWebhookRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateWebhookRequest.BuilderCreateWebhookRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateWebhookRequest.BuilderCreateWebhookRequest.Builder. projectName(String projectName)The name of the CodeBuild project.CreateWebhookRequest.BuilderCreateWebhookRequest. toBuilder()Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type CreateWebhookRequest.Builder Modifier and Type Method Description static Class<? extends CreateWebhookRequest.Builder>CreateWebhookRequest. serializableBuilderClass()
-