ExecutionResults
mill.define.ExecutionResults
trait ExecutionResults
Attributes
- Source
- ExecutionResults.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Abstract methods
@Scaladoc(value = "/**\n * The values returned by the tasks specified by the user\n */")
The values returned by the tasks specified by the user
@Scaladoc(value = "/**\n * The full mapping of all tasks transitively upstream of the specified\n * tasks, and their results\n */")
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
@Scaladoc(value = "/**\n * The tasks that were executed without being read from cache\n */")
The tasks that were executed without being read from cache
Concrete methods
@Scaladoc(value = "/**\n * The tasks and failures returned by failing tasks in [[transitiveResults]]\n */")
The tasks and failures returned by failing tasks in transitiveResults
The tasks and failures returned by failing tasks in transitiveResults
Attributes
- Source
- ExecutionResults.scala
@Scaladoc(value = "/**\n * The values returned by successful tasks in [[results]]\n */")
The values returned by successful tasks in results
In this article