Git Repo Source Args
data class GitRepoSourceArgs(val bitbucketServerConfig: Output<String>? = null, val githubEnterpriseConfig: Output<String>? = null, val ref: Output<String>? = null, val repoType: Output<GitRepoSourceRepoType>? = null, val repository: Output<String>? = null, val uri: Output<String>? = null) : ConvertibleToJava<GitRepoSourceArgs>
GitRepoSource describes a repo and ref of a code repository.
Constructors
Link copied to clipboard
fun GitRepoSourceArgs(bitbucketServerConfig: Output<String>? = null, githubEnterpriseConfig: Output<String>? = null, ref: Output<String>? = null, repoType: Output<GitRepoSourceRepoType>? = null, repository: Output<String>? = null, uri: Output<String>? = null)