GetFunctionBuildConfigSourceRepoSource

data class GetFunctionBuildConfigSourceRepoSource(val branchName: String, val commitSha: String, val dir: String, val invertRegex: Boolean, val projectId: String, val repoName: String, val tagName: String)

Constructors

Link copied to clipboard
constructor(branchName: String, commitSha: String, dir: String, invertRegex: Boolean, projectId: String, repoName: String, tagName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Regex matching branches to build.

Link copied to clipboard

Regex matching tags to build.

Link copied to clipboard
val dir: String

Directory, relative to the source root, in which to run the build.

Link copied to clipboard

Only trigger a build if the revision regex does NOT match the revision regex.

Link copied to clipboard

ID of the project that owns the Cloud Source Repository. If omitted, the project ID requesting the build is assumed.

Link copied to clipboard

Name of the Cloud Source Repository.

Link copied to clipboard

Regex matching tags to build.