codebuild_delete_webhook {paws.developer.tools} | R Documentation |
For an existing CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository, stops CodeBuild from rebuilding the source code every time a code change is pushed to the repository
Description
For an existing CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository, stops CodeBuild from rebuilding the source code every time a code change is pushed to the repository.
See https://www.paws-r-sdk.com/docs/codebuild_delete_webhook/ for full documentation.
Usage
codebuild_delete_webhook(projectName)
Arguments
projectName |
[required] The name of the CodeBuild project. |
[Package paws.developer.tools version 0.7.0 Index]