Source Context Args
data class SourceContextArgs(val cloudRepo: Output<CloudRepoSourceContextArgs>? = null, val gerrit: Output<GerritSourceContextArgs>? = null, val git: Output<GitSourceContextArgs>? = null, val labels: Output<Map<String, String>>? = null) : ConvertibleToJava<SourceContextArgs>
A SourceContext is a reference to a tree of files. A SourceContext together with a path point to a unique revision of a single file or directory.
Constructors
Link copied to clipboard
fun SourceContextArgs(cloudRepo: Output<CloudRepoSourceContextArgs>? = null, gerrit: Output<GerritSourceContextArgs>? = null, git: Output<GitSourceContextArgs>? = null, labels: Output<Map<String, String>>? = null)