BitbucketCloudConfig class
Configuration for connections to Bitbucket Cloud.
Constructors
- BitbucketCloudConfig({UserCredential? authorizerCredential, UserCredential? readAuthorizerCredential, String? webhookSecretSecretVersion, String? workspace})
- BitbucketCloudConfig.fromJson(Map json_)
Properties
-
An access token with the
webhook
,repository
,repository:admin
andpullrequest
scope access.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- readAuthorizerCredential ↔ UserCredential?
-
An access token with the
repository
access.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- webhookSecretSecretVersion ↔ String?
-
SecretManager resource containing the webhook secret used to verify
webhook events, formatted as
projects / * /secrets / * /versions / *
.getter/setter pair - workspace ↔ String?
-
The Bitbucket Cloud Workspace ID to be connected to Google Cloud Platform.
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