Share via


WorkspaceRepositoryConfiguration Class

Definition

Git integration settings

public class WorkspaceRepositoryConfiguration
type WorkspaceRepositoryConfiguration = class
Public Class WorkspaceRepositoryConfiguration
Inheritance
WorkspaceRepositoryConfiguration

Constructors

WorkspaceRepositoryConfiguration()

Initializes a new instance of the WorkspaceRepositoryConfiguration class.

WorkspaceRepositoryConfiguration(String, String, String, String, String, String, String, String, Nullable<Guid>)

Initializes a new instance of the WorkspaceRepositoryConfiguration class.

Properties

AccountName

Gets or sets account name

CollaborationBranch

Gets or sets collaboration branch

HostName

Gets or sets gitHub Enterprise host name. For example: https://github.mydomain.com

LastCommitId

Gets or sets the last commit ID

ProjectName

Gets or sets VSTS project name

RepositoryName

Gets or sets repository name

RootFolder

Gets or sets root folder to use in the repository

TenantId

Gets or sets the VSTS tenant ID

Type

Gets or sets type of workspace repositoryID configuration. Example WorkspaceVSTSConfiguration, WorkspaceGitHubConfiguration

Applies to