WorkspaceRepositoryConfigurationResponse

data class WorkspaceRepositoryConfigurationResponse(val accountName: String? = null, val collaborationBranch: String? = null, val hostName: String? = null, val lastCommitId: String? = null, val projectName: String? = null, val repositoryName: String? = null, val rootFolder: String? = null, val tenantId: String? = null, val type: String? = null)

Git integration settings

Constructors

Link copied to clipboard
constructor(accountName: String? = null, collaborationBranch: String? = null, hostName: String? = null, lastCommitId: String? = null, projectName: String? = null, repositoryName: String? = null, rootFolder: String? = null, tenantId: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accountName: String? = null

Account name

Link copied to clipboard

Collaboration branch

Link copied to clipboard
val hostName: String? = null

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

Link copied to clipboard
val lastCommitId: String? = null

The last commit ID

Link copied to clipboard
val projectName: String? = null

VSTS project name

Link copied to clipboard
val repositoryName: String? = null

Repository name

Link copied to clipboard
val rootFolder: String? = null

Root folder to use in the repository

Link copied to clipboard
val tenantId: String? = null

The VSTS tenant ID

Link copied to clipboard
val type: String? = null

Type of workspace repositoryID configuration. Example WorkspaceVSTSConfiguration, WorkspaceGitHubConfiguration