GitLabEnterpriseConfig class

GitLabEnterpriseConfig represents the configuration for a GitLabEnterprise integration.

Constructors

GitLabEnterpriseConfig({String? hostUri, ServiceDirectoryConfig? serviceDirectoryConfig, String? sslCa})
GitLabEnterpriseConfig.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
hostUri String?
The URI of the GitlabEnterprise host.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceDirectoryConfig ServiceDirectoryConfig?
The Service Directory configuration to be used when reaching out to the GitLab Enterprise instance.
getter/setter pair
sslCa String?
The SSL certificate to use in requests to GitLab Enterprise instances.
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