GitPatternRepository Class

Definition

Git repository property payload

public class GitPatternRepository
type GitPatternRepository = class
Public Class GitPatternRepository
Inheritance
GitPatternRepository

Constructors

GitPatternRepository()

Initializes a new instance of the GitPatternRepository class.

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

Initializes a new instance of the GitPatternRepository 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

Name

Gets or sets name of the repository

Password

Gets or sets password of git repository basic auth.

Pattern

Gets or sets collection of pattern of the repository

PrivateKey

Gets or sets private sshKey algorithm of git repository.

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