RepoSourceResponse

data class RepoSourceResponse(val branchName: String, val commitSha: String, val project: String, val repoName: String, val tagName: String)

RepoSource describes the location of the source in a Google Cloud Source Repository.

Constructors

Link copied to clipboard
fun RepoSourceResponse(branchName: String, commitSha: String, project: String, repoName: String, tagName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the branch to build.

Link copied to clipboard

Explicit commit SHA to build.

Link copied to clipboard

ID of the project that owns the repo.

Link copied to clipboard

Name of the repo.

Link copied to clipboard

Name of the tag to build.