GoldenGateBindings / com.fitbit.goldengate.bindings / GoldenGate / Version

Version

data class Version

This class represents the version information for the GG Library

Constructors

<init>

Version(maj: Long, min: Long, patch: Long, commitCount: Int, commitHash: String, branchName: String, buildDate: String, buildTime: String)

This class represents the version information for the GG Library

Properties

branchName

val branchName: String

the git branch name this library was built from

buildDate

val buildDate: String

the date this library was built

buildTime

val buildTime: String

the time this library was built

commitCount

val commitCount: Int

How many commits there have been since the version tag corresponding to maj.min.patch

commitHash

val commitHash: String

The git hash of HEAD when this library was built.

maj

val maj: Long

Major verison number

min

val min: Long

Minor version number

patch

val patch: Long

Patch version number