object
Aggregation
Type Members
-
type
AnyKeys = Seq[KeyValue[Any]]
-
final
case class
Complete[T](start: Long, stop: Long, results: Result[Seq[KeyValue[T]]], state: State) extends Product with Serializable
-
final
case class
KeyValue[+T](key: Def.ScopedKey[_], value: T) extends Product with Serializable
-
final
case class
ShowConfig(settingValues: Boolean, taskValues: Boolean, print: (String) ⇒ Unit, success: Boolean) extends Product with Serializable
-
type
Values[T] = Seq[KeyValue[T]]
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
-
-
-
-
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
defaultFormat: DateFormat
-
def
defaultShow(state: State, showTasks: Boolean): ShowConfig
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
printSettings(xs: Seq[KeyValue[_]], print: (String) ⇒ Unit)(implicit display: Show[Def.ScopedKey[_]]): Unit
-
def
printSuccess(start: Long, stop: Long, extracted: Extracted, success: Boolean, log: Logger): Unit
-
def
projectAggregates[Proj](proj: Option[Reference], extra: BuildUtil[Proj], reverse: Boolean): Seq[ProjectRef]
-
-
-
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
-
def
timing(format: DateFormat, startTime: Long, endTime: Long, s: String, log: Logger): String
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit