BitbucketDataCenterConfig constructor
BitbucketDataCenterConfig({
- UserCredential? authorizerCredential,
- String? hostUri,
- UserCredential? readAuthorizerCredential,
- String? serverVersion,
- GoogleDevtoolsCloudbuildV2ServiceDirectoryConfig? serviceDirectoryConfig,
- String? sslCa,
- String? webhookSecretSecretVersion,
Implementation
BitbucketDataCenterConfig({
this.authorizerCredential,
this.hostUri,
this.readAuthorizerCredential,
this.serverVersion,
this.serviceDirectoryConfig,
this.sslCa,
this.webhookSecretSecretVersion,
});