WorkspaceAzureDevopsRepoArgs

data class WorkspaceAzureDevopsRepoArgs(val accountName: Output<String>, val branchName: Output<String>, val lastCommitId: Output<String>? = null, val projectName: Output<String>, val repositoryName: Output<String>, val rootFolder: Output<String>, val tenantId: Output<String>? = null) : ConvertibleToJava<WorkspaceAzureDevopsRepoArgs>

Constructors

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

Properties

Link copied to clipboard
val accountName: Output<String>

Specifies the Azure DevOps account name.

Link copied to clipboard
val branchName: Output<String>

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

Link copied to clipboard
val lastCommitId: Output<String>? = null

The last commit ID.

Link copied to clipboard
val projectName: Output<String>

Specifies the name of the Azure DevOps project.

Link copied to clipboard
val repositoryName: Output<String>

Specifies the name of the git repository.

Link copied to clipboard
val rootFolder: Output<String>

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

Link copied to clipboard
val tenantId: Output<String>? = null

the ID of the tenant for the Azure DevOps account.

Functions

Link copied to clipboard
open override fun toJava(): WorkspaceAzureDevopsRepoArgs