WorkspaceAzureDevopsRepo

data class WorkspaceAzureDevopsRepo(val accountName: String, val branchName: String, val lastCommitId: String? = null, val projectName: String, val repositoryName: String, val rootFolder: String, val tenantId: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the Azure DevOps account name.

Link copied to clipboard

Specifies the collaboration branch of the repository to get code from.

Link copied to clipboard
val lastCommitId: String? = null

The last commit ID.

Link copied to clipboard

Specifies the name of the Azure DevOps project.

Link copied to clipboard

Specifies the name of the git repository.

Link copied to clipboard

Specifies the root folder within the repository. Set to / for the top level.

Link copied to clipboard
val tenantId: String? = null

the ID of the tenant for the Azure DevOps account.