ReporterMode

mill.javalib.zinc.ZincWorkerRpcServer.ReporterMode
enum ReporterMode(val reportCachedProblems: Boolean)

Attributes

Source
ZincWorkerRpcServer.scala
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class Reporter

Members list

Type members

Enum entries

case NoReporter extends ReporterMode

Attributes

Source
ZincWorkerRpcServer.scala
final case class Reporter(reportCachedProblems0: Boolean, maxErrors: Int) extends ReporterMode

Attributes

Source
ZincWorkerRpcServer.scala