Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConfigServerGitProperty

Package version

Property of git.

Hierarchy

  • ConfigServerGitProperty

Index

Properties

Optional hostKey

hostKey: undefined | string

Public sshKey of git repository.

Optional hostKeyAlgorithm

hostKeyAlgorithm: undefined | string

SshKey algorithm of git repository.

Optional label

label: undefined | string

Label of the repository

Optional password

password: undefined | string

Password of git repository basic auth.

Optional privateKey

privateKey: undefined | string

Private sshKey algorithm of git repository.

Optional repositories

repositories: GitPatternRepository[]

Repositories of git.

Optional searchPaths

searchPaths: string[]

Searching path of the repository

Optional strictHostKeyChecking

strictHostKeyChecking: undefined | false | true

Strict host key checking or not.

uri

uri: string

URI of the repository

Optional username

username: undefined | string

Username of git repository basic auth.

Generated using TypeDoc