ConfigServerGitProperty Class

Definition

Property of git.

public class ConfigServerGitProperty
type ConfigServerGitProperty = class
Public Class ConfigServerGitProperty
Inheritance
ConfigServerGitProperty

Constructors

ConfigServerGitProperty()

Initializes a new instance of the ConfigServerGitProperty class.

ConfigServerGitProperty(String, IList<GitPatternRepository>, String, IList<String>, String, String, String, String, String, Nullable<Boolean>)

Initializes a new instance of the ConfigServerGitProperty class.

Properties

HostKey

Gets or sets public sshKey of git repository.

HostKeyAlgorithm

Gets or sets sshKey algorithm of git repository.

Label

Gets or sets label of the repository

Password

Gets or sets password of git repository basic auth.

PrivateKey

Gets or sets private sshKey algorithm of git repository.

Repositories

Gets or sets repositories of git.

SearchPaths

Gets or sets searching path of the repository

StrictHostKeyChecking

Gets or sets strict host key checking or not.

Uri

Gets or sets URI of the repository

Username

Gets or sets username of git repository basic auth.

Methods

Validate()

Validate the object.

Applies to