trait Evaluator extends AutoCloseable
Ordering
- Alphabetic
- By Inheritance
Inherited
- Evaluator
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def baseLogger: ColorLogger
- abstract def effectiveThreadCount: Int
- abstract def evalOrThrow(exceptionFactory: (Results) => Throwable = r =>
new Exception(s"Failure during task evaluation: ${formatFailing(r)}")): EvalOrThrow
Evaluate given task(s) and return the successful result(s), or throw an exception.
- abstract def externalOutPath: Path
- abstract def outPath: Path
- abstract def pathsResolver: EvaluatorPathsResolver
- abstract def plan(goals: api.Strict.Agg[define.Task[_]]): (MultiBiMap[Terminal, define.Task[_]], api.Strict.Agg[define.Task[_]])
- abstract def rootModule: BaseModule
- abstract def withBaseLogger(newBaseLogger: ColorLogger): Evaluator
- abstract def withFailFast(newFailFast: Boolean): Evaluator
- abstract def workerCache: Map[Segments, (Int, Val)]
Concrete 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
- def allowPositionalCommandArgs: Boolean
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def close(): Unit
- Definition Classes
- Evaluator → AutoCloseable
- def disableCallgraphInvalidation: Boolean
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def evaluate(goals: api.Strict.Agg[define.Task[_]], reporter: (Int) => Option[CompileProblemReporter] = _ => Option.empty[CompileProblemReporter], testReporter: TestReporter = DummyTestReporter, logger: ColorLogger = baseLogger, serialCommandExec: Boolean = false): Results
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def evaluate(goals: api.Strict.Agg[define.Task[_]], reporter: (Int) => Option[CompileProblemReporter], testReporter: TestReporter, logger: ColorLogger): Results
- Annotations
- @deprecated
- Deprecated
(Since version Mill 0.12.0-RC1) Binary compatibility shim. Use overload with parameter serialCommandExec=false instead
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)