Factory Vsts Configuration Args
data class FactoryVstsConfigurationArgs(val accountName: Output<String>, val branchName: Output<String>, val projectName: Output<String>, val publishingEnabled: Output<Boolean>? = null, val repositoryName: Output<String>, val rootFolder: Output<String>, val tenantId: Output<String>) : ConvertibleToJava<FactoryVstsConfigurationArgs>
Constructors
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.