InvocationContext

mill.javalib.zinc.ZincWorker.InvocationContext
case class InvocationContext(env: Map[String, String], dest: Path, logDebugEnabled: Boolean, logPromptColored: Boolean, zincLogDebug: Boolean)

The invocation context, always comes from the Mill's process.

Attributes

Source
ZincWorker.scala
Graph
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product