Cloudbuild - API Calls
CodeBuild API Calls
Here are some popular CodeBuild API calls and what they do :-
batch-get-projects
: API call which allows you to view description of specified project.start-build
: API call which initials the build for a specified project name.
Last updated