Trigger Build Source Repo Source Args
data class TriggerBuildSourceRepoSourceArgs(val branchName: Output<String>? = null, val commitSha: Output<String>? = null, val dir: Output<String>? = null, val invertRegex: Output<Boolean>? = null, val projectId: Output<String>? = null, val repoName: Output<String>, val substitutions: Output<Map<String, String>>? = null, val tagName: Output<String>? = null) : ConvertibleToJava<TriggerBuildSourceRepoSourceArgs>
Constructors
Link copied to clipboard
fun TriggerBuildSourceRepoSourceArgs(branchName: Output<String>? = null, commitSha: Output<String>? = null, dir: Output<String>? = null, invertRegex: Output<Boolean>? = null, projectId: Output<String>? = null, repoName: Output<String>, substitutions: Output<Map<String, String>>? = null, tagName: Output<String>? = null)