Factory Github Configuration Args
data class FactoryGithubConfigurationArgs(val accountName: Output<String>, val branchName: Output<String>, val gitUrl: Output<String>? = null, val publishingEnabled: Output<Boolean>? = null, val repositoryName: Output<String>, val rootFolder: Output<String>) : ConvertibleToJava<FactoryGithubConfigurationArgs>
Constructors
Properties
Link copied to clipboard
Specifies the GitHub account name.
Link copied to clipboard
Specifies the branch of the repository to get code from.
Link copied to clipboard
Specifies the GitHub Enterprise host name. For example: https://github.mydomain.com. Use https://github.com for open source repositories.
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.