BitbucketDataCenterConfig class
Configuration for connections to an instance of Bitbucket Data Center.
Constructors
- BitbucketDataCenterConfig({UserCredential? authorizerCredential, String? hostUri, UserCredential? readAuthorizerCredential, String? serverVersion, ServiceDirectoryConfig? serviceDirectoryConfig, String? sslCaCertificate, String? webhookSecretSecretVersion})
- BitbucketDataCenterConfig.fromJson(Map json_)
Properties
- 
  An http access token with the minimum Repository adminscope access.getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- hostUri ↔ String?
- 
  The URI of the Bitbucket Data Center host this connection is for.
  getter/setter pair
- readAuthorizerCredential ↔ UserCredential?
- 
  An http access token with the minimum Repository readaccess.getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- serverVersion ↔ String?
- 
  Version of the Bitbucket Data Center server running on the host_uri.getter/setter pair
- serviceDirectoryConfig ↔ ServiceDirectoryConfig?
- 
  Configuration for using Service Directory to privately connect to a
Bitbucket Data Center instance.
  getter/setter pair
- sslCaCertificate ↔ String?
- 
  SSL certificate authority to trust when making requests to 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