GitInfo

data class GitInfo(val branch: String, val hash: String, val abbrevHash: String, val describe: String)

Git information.

Constructors

Link copied to clipboard
constructor(branch: String, hash: String, abbrevHash: String, describe: String)

Properties

Link copied to clipboard

The abbreviated hash of the commit of this build.

Link copied to clipboard

The branch which this build is built upon.

Link copied to clipboard

The commit name generated by git-describe.

Link copied to clipboard

The full hash of the commit of this build.