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.
Properties
Link copied to clipboard
The full resource name of the bitbucket server config. Format: projects/{project}/locations/{location}/bitbucketServerConfigs/{id}
.
Link copied to clipboard
The full resource name of the github enterprise config. Format: projects/{project}/locations/{location}/githubEnterpriseConfigs/{id}
. projects/{project}/githubEnterpriseConfigs/{id}
.
Link copied to clipboard
The qualified resource name of the Repo API repository Either uri or repository can be specified and is required.
Link copied to clipboard
See RepoType below.