BuildInfo

mill.contrib.buildinfo.BuildInfo
See theBuildInfo companion trait
object BuildInfo

Attributes

Companion
trait
Source
BuildInfo.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
BuildInfo.type

Members list

Type members

Classlikes

enum Language(val ext: String)

Attributes

Source
BuildInfo.scala
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Value(key: String, value: String, comment: String)

Attributes

Companion
object
Source
BuildInfo.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Value

Attributes

Companion
class
Source
BuildInfo.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Value.type

Value members

Concrete methods

def codegen(buildInfoMembers: Seq[Value], language: Language, buildInfoPackageName: String, buildInfoObjectName: String): String

Attributes

Source
BuildInfo.scala
def commentStr(v: Value): String

Attributes

Source
BuildInfo.scala
def staticCompiledCodegen(buildInfoMembers: Seq[Value], language: Language, buildInfoPackageName: String, buildInfoObjectName: String): String

Attributes

Source
BuildInfo.scala