共用方式為


ConfigServerGitProperty interface

git 的屬性。

屬性

hostKey

Git 存放庫的公用 sshKey。

hostKeyAlgorithm

Git 存放庫的 SshKey 演算法。

label

存放庫的標籤

password

Git 存放庫基本身份驗證的密碼。

privateKey

Git 存放庫的私人 sshKey 演算法。

repositories

Git 的存放庫。

searchPaths

搜尋存放庫的路徑

strictHostKeyChecking

嚴格主機金鑰檢查或否。

uri

存放庫的 URI

username

Git 存放庫基本身份驗證的用戶名稱。

屬性詳細資料

hostKey

Git 存放庫的公用 sshKey。

hostKey?: string

屬性值

string

hostKeyAlgorithm

Git 存放庫的 SshKey 演算法。

hostKeyAlgorithm?: string

屬性值

string

label

存放庫的標籤

label?: string

屬性值

string

password

Git 存放庫基本身份驗證的密碼。

password?: string

屬性值

string

privateKey

Git 存放庫的私人 sshKey 演算法。

privateKey?: string

屬性值

string

repositories

Git 的存放庫。

repositories?: GitPatternRepository[]

屬性值

searchPaths

搜尋存放庫的路徑

searchPaths?: string[]

屬性值

string[]

strictHostKeyChecking

嚴格主機金鑰檢查或否。

strictHostKeyChecking?: boolean

屬性值

boolean

uri

存放庫的 URI

uri: string

屬性值

string

username

Git 存放庫基本身份驗證的用戶名稱。

username?: string

屬性值

string