Package version:

Interface ConfigServerGitProperty

Property of git.

Hierarchy

  • ConfigServerGitProperty

Properties

hostKey?: string

Public sshKey of git repository.

hostKeyAlgorithm?: string

SshKey algorithm of git repository.

label?: string

Label of the repository

password?: string

Password of git repository basic auth.

privateKey?: string

Private sshKey algorithm of git repository.

repositories?: GitPatternRepository[]

Repositories of git.

searchPaths?: string[]

Searching path of the repository

strictHostKeyChecking?: boolean

Strict host key checking or not.

uri: string

URI of the repository

username?: string

Username of git repository basic auth.

Generated using TypeDoc