GitLabConfig class

GitLabConfig represents the configuration for a GitLab integration.

Constructors

GitLabConfig({List<GitLabRepositoryId>? connectedRepositories, String? createTime, GitLabEnterpriseConfig? enterpriseConfig, String? name, GitLabSecrets? secrets, String? username, String? webhookKey})
GitLabConfig.fromJson(Map json_)

Properties

connectedRepositories List<GitLabRepositoryId>?
Connected GitLab.com or GitLabEnterprise repositories for this config.
getter/setter pair
createTime String?
Time when the config was created.
getter/setter pair
enterpriseConfig GitLabEnterpriseConfig?
GitLabEnterprise config.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The resource name for the config.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secrets GitLabSecrets?
Secret Manager secrets needed by the config.
getter/setter pair
username String?
Username of the GitLab.com or GitLab Enterprise account Cloud Build will use.
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