GitRemoteSettings class

Controls Git remote configuration for a repository.

Constructors

GitRemoteSettings({String? authenticationTokenSecretVersion, String? defaultBranch, SshAuthenticationConfig? sshAuthenticationConfig, String? tokenStatus, String? url})
GitRemoteSettings.fromJson(Map json_)

Properties

authenticationTokenSecretVersion String?
The name of the Secret Manager secret version to use as an authentication token for Git operations.
getter/setter pair
defaultBranch String?
The Git remote's default branch name.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sshAuthenticationConfig SshAuthenticationConfig?
Authentication fields for remote uris using SSH protocol.
getter/setter pair
tokenStatus String?
Deprecated: The field does not contain any token status information.
getter/setter pair
url String?
The Git remote's URL.
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