class ProjectsLocationsBitbucketServerConfigsConnectedRepositories extends Resource (View source)

The "connectedRepositories" collection of methods.

Typical usage is:

 $cloudbuildService = new Google\Service\CloudBuild(...);
 $connectedRepositories = $cloudbuildService->projects_locations_bitbucketServerConfigs_connectedRepositories;

Methods

batchCreate(string $parent, BatchCreateBitbucketServerConnectedRepositoriesRequest $postBody, array $optParams = [])

Batch connecting Bitbucket Server repositories to Cloud Build.

Details

Operation batchCreate(string $parent, BatchCreateBitbucketServerConnectedRepositoriesRequest $postBody, array $optParams = [])

Batch connecting Bitbucket Server repositories to Cloud Build.

(connectedRepositories.batchCreate)

Parameters

string $parent

The name of the BitbucketServerConfig that added connected repository. Format: projects/{project}/locations/{location}/bitbucketServerConfigs/{config}

BatchCreateBitbucketServerConnectedRepositoriesRequest $postBody
array $optParams

Optional parameters.

Return Value

Operation