Package version:

Interface WorkspaceRepositoryConfiguration

Git integration settings

Hierarchy

  • WorkspaceRepositoryConfiguration

Properties

accountName?: string

Account name

clientId?: string

GitHub bring your own app client id

clientSecret?: GitHubClientSecret

GitHub bring your own app client secret information.

collaborationBranch?: string

Collaboration branch

hostName?: string

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

lastCommitId?: string

The last commit ID

projectName?: string

VSTS project name

repositoryName?: string

Repository name

rootFolder?: string

Root folder to use in the repository

tenantId?: string

The VSTS tenant ID

type?: string

Type of workspace repositoryID configuration. Example WorkspaceVSTSConfiguration, WorkspaceGitHubConfiguration

Generated using TypeDoc