Info

final case class Info(gitCommit: String, goVersion: String, compiler: String, gitVersion: String, gitTreeState: String, platform: String, buildDate: String, major: String, minor: String)

Info contains versioning information. how we'll want to distribute that information.

Source:
Info.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

transforms buildDate to result of function

transforms buildDate to result of function

Source:
Info.scala

transforms compiler to result of function

transforms compiler to result of function

Source:
Info.scala

transforms gitCommit to result of function

transforms gitCommit to result of function

Source:
Info.scala

transforms gitTreeState to result of function

transforms gitTreeState to result of function

Source:
Info.scala

transforms gitVersion to result of function

transforms gitVersion to result of function

Source:
Info.scala

transforms goVersion to result of function

transforms goVersion to result of function

Source:
Info.scala

transforms major to result of function

transforms major to result of function

Source:
Info.scala

transforms minor to result of function

transforms minor to result of function

Source:
Info.scala

transforms platform to result of function

transforms platform to result of function

Source:
Info.scala

Returns a new data with buildDate set to new value

Returns a new data with buildDate set to new value

Source:
Info.scala
def withCompiler(value: String): Info

Returns a new data with compiler set to new value

Returns a new data with compiler set to new value

Source:
Info.scala

Returns a new data with gitCommit set to new value

Returns a new data with gitCommit set to new value

Source:
Info.scala

Returns a new data with gitTreeState set to new value

Returns a new data with gitTreeState set to new value

Source:
Info.scala

Returns a new data with gitVersion set to new value

Returns a new data with gitVersion set to new value

Source:
Info.scala

Returns a new data with goVersion set to new value

Returns a new data with goVersion set to new value

Source:
Info.scala
def withMajor(value: String): Info

Returns a new data with major set to new value

Returns a new data with major set to new value

Source:
Info.scala
def withMinor(value: String): Info

Returns a new data with minor set to new value

Returns a new data with minor set to new value

Source:
Info.scala
def withPlatform(value: String): Info

Returns a new data with platform set to new value

Returns a new data with platform set to new value

Source:
Info.scala

Inherited methods

Inherited from:
Product