GitPatternRepository interface
Yapılandırma sunucusu için Git deposu özellik yükü
Özellikler
| host |
Git deposunun genel sshKey değeri. |
| host |
Git deposunun SshKey algoritması. |
| label | Deponun etiketi |
| name | Deponun adı |
| password | Git deposu temel kimlik doğrulamasının parolası. |
| pattern | Depo deseni koleksiyonu |
| private |
Git deposunun özel sshKey algoritması. |
| search |
Deponun yolu aranıyor |
| strict |
Katı konak anahtarı denetimi veya olmaması. |
| uri | Deponun URI'sini |
| username | Git deposu temel kimlik doğrulamasının kullanıcı adı. |
Özellik Ayrıntıları
hostKey
Git deposunun genel sshKey değeri.
hostKey?: string
Özellik Değeri
string
hostKeyAlgorithm
Git deposunun SshKey algoritması.
hostKeyAlgorithm?: string
Özellik Değeri
string
label
Deponun etiketi
label?: string
Özellik Değeri
string
name
Deponun adı
name: string
Özellik Değeri
string
password
Git deposu temel kimlik doğrulamasının parolası.
password?: string
Özellik Değeri
string
pattern
Depo deseni koleksiyonu
pattern?: string[]
Özellik Değeri
string[]
privateKey
Git deposunun özel sshKey algoritması.
privateKey?: string
Özellik Değeri
string
searchPaths
Deponun yolu aranıyor
searchPaths?: string[]
Özellik Değeri
string[]
strictHostKeyChecking
Katı konak anahtarı denetimi veya olmaması.
strictHostKeyChecking?: boolean
Özellik Değeri
boolean
uri
Deponun URI'sini
uri: string
Özellik Değeri
string
username
Git deposu temel kimlik doğrulamasının kullanıcı adı.
username?: string
Özellik Değeri
string