GitPatternRepository interface
組態伺服器的 Git 存放庫屬性承載
屬性
host |
Git 存放庫的公用 sshKey。 |
host |
Git 存放庫的 SshKey 演算法。 |
label | 存放庫的標籤 |
name | 存放庫的名稱 |
password | Git 存放庫基本身份驗證的密碼。 |
pattern | 存放庫模式的集合 |
private |
Git 存放庫的私人 sshKey 演算法。 |
search |
搜尋存放庫的路徑 |
strict |
嚴格主機金鑰檢查或否。 |
uri | 存放庫的 URI |
username | Git 存放庫基本身份驗證的用戶名稱。 |
屬性詳細資料
hostKey
Git 存放庫的公用 sshKey。
hostKey?: string
屬性值
string
hostKeyAlgorithm
Git 存放庫的 SshKey 演算法。
hostKeyAlgorithm?: string
屬性值
string
label
存放庫的標籤
label?: string
屬性值
string
name
存放庫的名稱
name: string
屬性值
string
password
Git 存放庫基本身份驗證的密碼。
password?: string
屬性值
string
pattern
存放庫模式的集合
pattern?: string[]
屬性值
string[]
privateKey
Git 存放庫的私人 sshKey 演算法。
privateKey?: string
屬性值
string
searchPaths
搜尋存放庫的路徑
searchPaths?: string[]
屬性值
string[]
strictHostKeyChecking
嚴格主機金鑰檢查或否。
strictHostKeyChecking?: boolean
屬性值
boolean
uri
存放庫的 URI
uri: string
屬性值
string
username
Git 存放庫基本身份驗證的用戶名稱。
username?: string
屬性值
string