ProjectsLocationsBitbucketServerConfigs
class ProjectsLocationsBitbucketServerConfigs extends Resource (View source)
The "bitbucketServerConfigs" collection of methods.
Typical usage is:
$cloudbuildService = new Google\Service\CloudBuild(...);
$bitbucketServerConfigs = $cloudbuildService->projects_locations_bitbucketServerConfigs;
Methods
Creates a new BitbucketServerConfig
. This API is experimental.
Delete a BitbucketServerConfig
. This API is experimental.
Retrieve a BitbucketServerConfig
. This API is experimental.
List all BitbucketServerConfigs
for a given project. This API is
experimental.
Updates an existing BitbucketServerConfig
. This API is experimental.
Remove a Bitbucket Server repository from a given BitbucketServerConfig's connected repositories. This API is experimental.
Details
Operation
create(string $parent, BitbucketServerConfig $postBody, array $optParams = [])
Creates a new BitbucketServerConfig
. This API is experimental.
(bitbucketServerConfigs.create)
Operation
delete(string $name, array $optParams = [])
Delete a BitbucketServerConfig
. This API is experimental.
(bitbucketServerConfigs.delete)
BitbucketServerConfig
get(string $name, array $optParams = [])
Retrieve a BitbucketServerConfig
. This API is experimental.
(bitbucketServerConfigs.get)
ListBitbucketServerConfigsResponse
listProjectsLocationsBitbucketServerConfigs(string $parent, array $optParams = [])
List all BitbucketServerConfigs
for a given project. This API is
experimental.
(bitbucketServerConfigs.listProjectsLocationsBitbucketServerConfigs)
Operation
patch(string $name, BitbucketServerConfig $postBody, array $optParams = [])
Updates an existing BitbucketServerConfig
. This API is experimental.
(bitbucketServerConfigs.patch)
CloudbuildEmpty
removeBitbucketServerConnectedRepository(string $config, RemoveBitbucketServerConnectedRepositoryRequest $postBody, array $optParams = [])
Remove a Bitbucket Server repository from a given BitbucketServerConfig's connected repositories. This API is experimental.
(bitbucketServerConfigs.removeBitbucketServerConnectedRepository)