WorkspaceRepositoryConfiguration interface

Git integration settings

Properties

accountName

Account name

collaborationBranch

Collaboration branch

hostName

GitHub Enterprise host name. For example: https://github.mydomain.com

lastCommitId

The last commit ID

projectName

VSTS project name

repositoryName

Repository name

rootFolder

Root folder to use in the repository

tenantId

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