ExecutionResults

mill.define.ExecutionResults

Attributes

Source
ExecutionResults.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

@Scaladoc(value = "/**\n * The values returned by the tasks specified by the user\n */")
def results: Seq[ExecResult[Val]]

The values returned by the tasks specified by the user

The values returned by the tasks specified by the user

Attributes

Source
ExecutionResults.scala
@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 */")
def uncached: Seq[Task[_]]

The tasks that were executed without being read from cache

The tasks that were executed without being read from cache

Attributes

Source
ExecutionResults.scala

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 */")
def values: Seq[Val]

The values returned by successful tasks in results

The values returned by successful tasks in results

Attributes

Source
ExecutionResults.scala