Plan

mill.define.Plan
@Scaladoc(value = "/**\n * Represents the outcome of Mill planning: a [[MultiBiMap]] containing\n * the transitive tasks upstream of the tasks selected by the user,\n * grouped by the \"terminal\" named or selected task downstream of each group\n */")
final class Plan

Represents the outcome of Mill planning: a MultiBiMap containing the transitive tasks upstream of the tasks selected by the user, grouped by the "terminal" named or selected task downstream of each group

Attributes

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

Members list

Value members

Concrete methods

def transitive: IndexedSeq[Task[_]]

Attributes

Source
Plan.scala

Concrete fields

val sortedGroups: MultiBiMap[Task[_], Task[_]]

Attributes

Source
Plan.scala