مشاركة عبر


GitPatternRepository interface

حمولة خاصية مستودع Git لخادم التكوين

الخصائص

hostKey

مفتاح sshKey العام لمستودع git.

hostKeyAlgorithm

خوارزمية SshKey لمستودع git.

label

تسمية المستودع

name

اسم المستودع

password

كلمة مرور المصادقة الأساسية لمستودع git.

pattern

مجموعة من نمط المستودع

privateKey

خوارزمية sshKey الخاصة لمستودع git.

searchPaths

البحث في مسار المستودع

strictHostKeyChecking

التحقق من مفتاح المضيف الصارم أم لا.

uri

URI للمستودع

username

اسم المستخدم للمصادقة الأساسية لمستودع git.

تفاصيل الخاصية

hostKey

مفتاح sshKey العام لمستودع git.

hostKey?: string

قيمة الخاصية

string

hostKeyAlgorithm

خوارزمية SshKey لمستودع git.

hostKeyAlgorithm?: string

قيمة الخاصية

string

label

تسمية المستودع

label?: string

قيمة الخاصية

string

name

اسم المستودع

name: string

قيمة الخاصية

string

password

كلمة مرور المصادقة الأساسية لمستودع git.

password?: string

قيمة الخاصية

string

pattern

مجموعة من نمط المستودع

pattern?: string[]

قيمة الخاصية

string[]

privateKey

خوارزمية sshKey الخاصة لمستودع git.

privateKey?: string

قيمة الخاصية

string

searchPaths

البحث في مسار المستودع

searchPaths?: string[]

قيمة الخاصية

string[]

strictHostKeyChecking

التحقق من مفتاح المضيف الصارم أم لا.

strictHostKeyChecking?: boolean

قيمة الخاصية

boolean

uri

URI للمستودع

uri: string

قيمة الخاصية

string

username

اسم المستخدم للمصادقة الأساسية لمستودع git.

username?: string

قيمة الخاصية

string