FactoryVstsConfiguration

data class FactoryVstsConfiguration(val accountName: String, val branchName: String, val projectName: String, val publishingEnabled: Boolean? = null, val repositoryName: String, val rootFolder: String, val tenantId: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the VSTS account name.

Link copied to clipboard

Specifies the branch of the repository to get code from.

Link copied to clipboard

Specifies the name of the VSTS project.

Link copied to clipboard

Is automated publishing enabled? Defaults to true.

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

Specifies the Tenant ID associated with the VSTS account.