WorkspaceRepositoryConfiguration interface
إعدادات تكامل Git
الخصائص
| account |
اسم الحساب |
| collaboration |
فرع التعاون |
| host |
اسم مضيف GitHub Enterprise. على سبيل المثال: |
| last |
معرف التثبيت الأخير |
| project |
اسم مشروع VSTS |
| repository |
اسم المستودع |
| root |
المجلد الجذر المراد استخدامه في المستودع |
| tenant |
معرف مستأجر VSTS |
| type | نوع تكوين معرف مستودع مساحة العمل. مثال WorkspaceVSTSConfiguration, WorkspaceGitHubConfiguration |
تفاصيل الخاصية
accountName
اسم الحساب
accountName?: string
قيمة الخاصية
string
collaborationBranch
فرع التعاون
collaborationBranch?: string
قيمة الخاصية
string
hostName
اسم مضيف GitHub Enterprise. على سبيل المثال: https://github.mydomain.com
hostName?: string
قيمة الخاصية
string
lastCommitId
معرف التثبيت الأخير
lastCommitId?: string
قيمة الخاصية
string
projectName
اسم مشروع VSTS
projectName?: string
قيمة الخاصية
string
repositoryName
اسم المستودع
repositoryName?: string
قيمة الخاصية
string
rootFolder
المجلد الجذر المراد استخدامه في المستودع
rootFolder?: string
قيمة الخاصية
string
tenantId
معرف مستأجر VSTS
tenantId?: string
قيمة الخاصية
string
type
نوع تكوين معرف مستودع مساحة العمل. مثال WorkspaceVSTSConfiguration, WorkspaceGitHubConfiguration
type?: string
قيمة الخاصية
string