final case class Info(gitCommit: String, goVersion: String, compiler: String, gitVersion: String, gitTreeState: String, platform: String, buildDate: String, major: String, minor: String) extends Product with Serializable
Info contains versioning information. how we'll want to distribute that information.
- Source
- Info.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Info
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Info(gitCommit: String, goVersion: String, compiler: String, gitVersion: String, gitTreeState: String, platform: String, buildDate: String, major: String, minor: String)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val buildDate: String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val compiler: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val gitCommit: String
- val gitTreeState: String
- val gitVersion: String
- val goVersion: String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val major: String
- val minor: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val platform: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withBuildDate(value: String): Info
- def withCompiler(value: String): Info
- def withGitCommit(value: String): Info
- def withGitTreeState(value: String): Info
- def withGitVersion(value: String): Info
- def withGoVersion(value: String): Info
- def withMajor(value: String): Info
- def withMinor(value: String): Info
- def withPlatform(value: String): Info