sbt
EvaluateTask
object
EvaluateTask extends AnyRef
Type Members
-
type
AnyCyclic = sbt.Execute[sbt.Task]#CyclicException[_]
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
-
val
SystemProcessors: Int
-
-
-
-
final
def
asInstanceOf[T0]: T0
-
def
cancelable(extracted: Extracted, structure: BuildStructure): Boolean
-
def
clone(): AnyRef
-
def
convertCyclic(c: AnyCyclic): String
-
-
-
-
def
defaultRestrictions(extracted: Extracted, structure: BuildStructure): Seq[Rule]
-
def
defaultRestrictions(maxWorkers: Int): List[Rule]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
-
-
def
finalize(): Unit
-
final
def
getClass(): java.lang.Class[_]
-
def
getSetting[T](key: SettingKey[T], default: T, extracted: Extracted, structure: BuildStructure): T
-
def
getStreams(key: sbt.Project.ScopedKey[_], streams: Streams): TaskStreams
-
-
def
hashCode(): Int
-
def
injectSettings: Seq[sbt.Project.Setting[_]]
-
val
injectStreams: (sbt.Project.ScopedKey[_]) ⇒ Seq[sbt.Project.Setting[_]]
-
final
def
isInstanceOf[T0]: Boolean
-
-
def
logIncResult(result: sbt.Result[_], state: State, streams: Streams): Unit
-
def
logIncomplete(result: Incomplete, state: State, streams: Streams): Unit
-
-
def
name(node: sbt.Task[_]): String
-
final
def
ne(arg0: AnyRef): Boolean
-
def
nodeView[HL <: HList](state: State, streams: Streams, roots: Seq[sbt.Project.ScopedKey[_]], extraDummies: KList[Task, HL], extraValues: HL): NodeView[Task]
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
onResult[T, S](result: Result[T], log: Logger)(f: (T) ⇒ S): S
-
def
processResult[T](result: Result[T], log: Logger, show: Boolean): T
-
-
def
restrictions(state: State): Seq[Rule]
-
-
-
def
suppressedMessage(key: sbt.Project.ScopedKey[_])(implicit display: Show[sbt.Project.ScopedKey[_]]): String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
-
def
toString(): String
-
def
transformInc[T](result: Result[T]): Result[T]
-
def
transformNode(node: sbt.Task[_]): Option[sbt.Project.ScopedKey[_]]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
withStreams[T](structure: BuildStructure, state: State)(f: (Streams) ⇒ T): T
Inherited from AnyRef
Inherited from Any