sbt

Aggregation

object Aggregation extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Aggregation
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Type Members

  1. type AnyKeys = Seq[KeyValue[Any]]

  2. final case class Dummies[HL <: HList](tasks: KList[Task, HL], values: HL) extends Product with Serializable

  3. final case class KeyValue[+T](key: sbt.Project.ScopedKey[_], value: T) extends Product with Serializable

  4. type Values[T] = Seq[KeyValue[T]]

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def aggregate[T, Proj](key: ScopedKey[T], rawMask: ScopeMask, extra: BuildUtil[Proj], reverse: Boolean): Seq[ScopedKey[T]]

  7. def aggregatedKeys[T](key: ScopedKey[T], extra: sbt.BuildUtil[_], mask: ScopeMask): Seq[ScopedKey[T]]

  8. def aggregationEnabled(key: sbt.Project.ScopedKey[_], data: Settings[Scope]): Boolean

  9. def applyDynamicTasks[I](s: State, structure: BuildStructure, inputs: Values[InputDynamic[I]], show: Boolean)(implicit display: Show[sbt.Project.ScopedKey[_]]): Parser[() ⇒ State]

  10. def applyTasks[T](s: State, structure: BuildStructure, ps: Values[Parser[Task[T]]], show: Boolean)(implicit display: Show[sbt.Project.ScopedKey[_]]): Parser[() ⇒ State]

  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def defaultFormat: DateFormat

  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def evaluatingParser[T](s: State, structure: BuildStructure, show: Boolean)(keys: Seq[KeyValue[T]])(implicit display: Show[sbt.Project.ScopedKey[_]]): Parser[() ⇒ State]

  17. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. def printSettings[T](xs: Seq[KeyValue[T]], log: Logger)(implicit display: Show[sbt.Project.ScopedKey[_]]): Unit

  25. def printSuccess(start: Long, stop: Long, extracted: Extracted, success: Boolean, log: Logger): Unit

  26. def projectAggregates[Proj](proj: Option[Reference], extra: BuildUtil[Proj], reverse: Boolean): Seq[ProjectRef]

  27. def relation(units: Map[URI, LoadedBuildUnit]): Relation[ProjectRef, ProjectRef]

  28. def reverseAggregatedKeys[T](key: ScopedKey[T], extra: sbt.BuildUtil[_], mask: ScopeMask): Seq[ScopedKey[T]]

  29. def runTasks[HL <: HList, T](s: State, structure: BuildStructure, ts: Values[Task[T]], extra: Dummies[HL], show: Boolean)(implicit display: Show[sbt.Project.ScopedKey[_]]): State

  30. def runTasksWithResult[HL <: HList, T](s: State, structure: BuildStructure, ts: Values[Task[T]], extra: Dummies[HL], show: Boolean)(implicit display: Show[sbt.Project.ScopedKey[_]]): (State, Result[Seq[KeyValue[T]]])

  31. def seqParser[T](ps: Values[Parser[T]]): Parser[Seq[KeyValue[T]]]

  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def timing(format: DateFormat, startTime: Long, endTime: Long, s: String, log: Logger): String

  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  36. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  37. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any