Git File Source Args
data class GitFileSourceArgs(val bitbucketServerConfig: Output<String>? = null, val githubEnterpriseConfig: Output<String>? = null, val path: Output<String>? = null, val repoType: Output<GitFileSourceRepoType>? = null, val repository: Output<String>? = null, val revision: Output<String>? = null, val uri: Output<String>? = null) : ConvertibleToJava<GitFileSourceArgs>
GitFileSource describes a file within a (possibly remote) code repository.
Constructors
Link copied to clipboard
fun GitFileSourceArgs(bitbucketServerConfig: Output<String>? = null, githubEnterpriseConfig: Output<String>? = null, path: Output<String>? = null, repoType: Output<GitFileSourceRepoType>? = null, repository: Output<String>? = null, revision: Output<String>? = null, uri: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
The branch, tag, arbitrary ref, or SHA version of the repo to use when resolving the filename (optional). This field respects the same syntax/resolution as described here: https://git-scm.com/docs/gitrevisions If unspecified, the revision from which the trigger invocation originated is assumed to be the revision from which to read the specified path.