BitbucketServerConfig class
BitbucketServerConfig represents the configuration for a Bitbucket Server.
Constructors
-
BitbucketServerConfig({String? apiKey, List<
BitbucketServerRepositoryId> ? connectedRepositories, String? createTime, String? hostUri, String? name, String? peeredNetwork, String? peeredNetworkIpRange, BitbucketServerSecrets? secrets, String? sslCa, String? username, String? webhookKey}) - BitbucketServerConfig.fromJson(Map json_)
Properties
- apiKey ↔ String?
-
API Key that will be attached to webhook.
getter/setter pair
-
connectedRepositories
↔ List<
BitbucketServerRepositoryId> ? -
Connected Bitbucket Server repositories for this config.
getter/setter pair
- createTime ↔ String?
-
Time when the config was created.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hostUri ↔ String?
-
The URI of the Bitbucket Server host.
getter/setter pair
- name ↔ String?
-
The resource name for the config.
getter/setter pair
- peeredNetwork ↔ String?
-
The network to be used when reaching out to the Bitbucket Server instance.
getter/setter pair
- peeredNetworkIpRange ↔ String?
-
IP range within the peered network.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secrets ↔ BitbucketServerSecrets?
-
Secret Manager secrets needed by the config.
getter/setter pair
- sslCa ↔ String?
-
SSL certificate to use for requests to Bitbucket Server.
getter/setter pair
- username ↔ String?
-
Username of the account Cloud Build will use on Bitbucket Server.
getter/setter pair
- webhookKey ↔ String?
-
UUID included in webhook requests.
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