build.v1.gitSourceRevision
"GitSourceRevision is the commit information from a git source for a build"
Index
Fields
fn withCommit
withCommit(commit)
"commit is the commit hash identifying a specific commit"
fn withMessage
withMessage(message)
"message is the description of a specific commit"
obj author
"SourceControlUser defines the identity of a user of source control"
fn author.withEmail
withEmail(email)
"email of the source control user"
fn author.withName
withName(name)
"name of the source control user"
obj committer
"SourceControlUser defines the identity of a user of source control"
fn committer.withEmail
withEmail(email)
"email of the source control user"
fn committer.withName
withName(name)
"name of the source control user"