WorkspaceRepositoryConfiguration interface
Git integration settings
Properties
| account |
Account name |
| collaboration |
Collaboration branch |
| host |
GitHub Enterprise host name. For example: |
| last |
The last commit ID |
| project |
VSTS project name |
| repository |
Repository name |
| root |
Root folder to use in the repository |
| tenant |
The VSTS tenant ID |
| type | Type of workspace repositoryID configuration. Example WorkspaceVSTSConfiguration, WorkspaceGitHubConfiguration |
Property Details
accountName
Account name
accountName?: string
Property Value
string
collaborationBranch
Collaboration branch
collaborationBranch?: string
Property Value
string
hostName
GitHub Enterprise host name. For example: https://github.mydomain.com
hostName?: string
Property Value
string
lastCommitId
The last commit ID
lastCommitId?: string
Property Value
string
projectName
VSTS project name
projectName?: string
Property Value
string
repositoryName
Repository name
repositoryName?: string
Property Value
string
rootFolder
Root folder to use in the repository
rootFolder?: string
Property Value
string
tenantId
The VSTS tenant ID
tenantId?: string
Property Value
string
type
Type of workspace repositoryID configuration. Example WorkspaceVSTSConfiguration, WorkspaceGitHubConfiguration
type?: string
Property Value
string