WorkspaceRepositoryConfiguration interface
Git 集成设置
属性
| account |
帐户名称 |
| collaboration |
协作分支 |
| host |
GitHub Enterprise 主机名。 例如: |
| last |
上次提交 ID |
| project |
VSTS 项目名称 |
| repository |
存储库名称 |
| root |
要用于存储库的根文件夹 |
| tenant |
VSTS 租户 ID |
| type | 工作区 repositoryID 配置的类型。 示例 WorkspaceVSTSConfiguration、WorkspaceGitHubConfiguration |
属性详细信息
accountName
帐户名称
accountName?: string
属性值
string
collaborationBranch
协作分支
collaborationBranch?: string
属性值
string
hostName
GitHub Enterprise 主机名。 例如:https://github.mydomain.com
hostName?: string
属性值
string
lastCommitId
上次提交 ID
lastCommitId?: string
属性值
string
projectName
VSTS 项目名称
projectName?: string
属性值
string
repositoryName
存储库名称
repositoryName?: string
属性值
string
rootFolder
要用于存储库的根文件夹
rootFolder?: string
属性值
string
tenantId
VSTS 租户 ID
tenantId?: string
属性值
string
type
工作区 repositoryID 配置的类型。 示例 WorkspaceVSTSConfiguration、WorkspaceGitHubConfiguration
type?: string
属性值
string