ExecutionResults
mill.api.ExecutionResults
trait ExecutionResults extends ExecutionResultsApi
The output of executing tasks via an Evaluator
Attributes
- Source
- ExecutionResults.scala
- Graph
-
- Supertypes
Members list
Value members
Abstract methods
The values returned by the tasks specified by the user
The full mapping of all tasks transitively upstream of the specified tasks, and their results
The full mapping of all tasks transitively upstream of the specified tasks, and their results
Attributes
- Source
- ExecutionResults.scala
The tasks that were executed without being read from cache
Concrete methods
The tasks and failures returned by failing tasks in transitiveResults
The tasks and failures returned by failing tasks in transitiveResults
Attributes
- Source
- ExecutionResults.scala
The values returned by successful tasks in results
In this article