WorkspaceGithubRepoArgs

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

Constructors

Link copied to clipboard
constructor(accountName: Output<String>, branchName: Output<String>, gitUrl: Output<String>? = null, lastCommitId: Output<String>? = 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 collaboration 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.

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

The last commit ID.

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(): WorkspaceGithubRepoArgs