FactoryGithubConfigurationArgs

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

Link copied to clipboard
constructor(accountName: Output<String>, branchName: Output<String>, gitUrl: Output<String>? = null, publishingEnabled: Output<Boolean>? = null, repositoryName: Output<String>, rootFolder: Output<String>)

Properties

Link copied to clipboard
val accountName: Output<String>

Specifies the GitHub account name.

Link copied to clipboard
val branchName: Output<String>

Specifies the branch of the repository to get code from.

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

Specifies the GitHub Enterprise host name. For example: https://github.mydomain.com. Use https://github.com for open source repositories.

Link copied to clipboard
val publishingEnabled: Output<Boolean>? = null

Is automated publishing enabled? Defaults to true.

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.

Functions

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