BitbucketDataCenterConfig class

Configuration for connections to Bitbucket Data Center.

Constructors

BitbucketDataCenterConfig({UserCredential? authorizerCredential, String? hostUri, UserCredential? readAuthorizerCredential, String? serverVersion, GoogleDevtoolsCloudbuildV2ServiceDirectoryConfig? serviceDirectoryConfig, String? sslCa, String? webhookSecretSecretVersion})
BitbucketDataCenterConfig.fromJson(Map json_)

Properties

authorizerCredential ↔ UserCredential?
A http access token with the REPO_ADMIN scope access.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
hostUri ↔ String?
The URI of the Bitbucket Data Center instance or cluster this connection is for.
getter/setter pair
readAuthorizerCredential ↔ UserCredential?
A http access token with the REPO_READ access.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
serverVersion ↔ String?
Version of the Bitbucket Data Center running on the host_uri.
getter/setter pair
serviceDirectoryConfig ↔ GoogleDevtoolsCloudbuildV2ServiceDirectoryConfig?
Configuration for using Service Directory to privately connect to a Bitbucket Data Center.
getter/setter pair
sslCa ↔ String?
SSL certificate to use for requests to the Bitbucket Data Center.
getter/setter pair
webhookSecretSecretVersion ↔ String?
SecretManager resource containing the webhook secret used to verify webhook events, formatted as projects / * /secrets / * /versions / * .
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited