o

sbt

EvaluateTask

object EvaluateTask

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EvaluateTask
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AnyCyclic = CyclicException[_]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val SystemProcessors: Int
  5. def apply[T](structure: BuildStructure, taskKey: Def.ScopedKey[Task[T]], state: State, ref: ProjectRef, config: EvaluateTaskConfig): Option[(State, Result[T])]

    Evaluates taskKey and returns the new State and the result of the task wrapped in Some.

    Evaluates taskKey and returns the new State and the result of the task wrapped in Some. If the task is not defined, None is returned. The provided task key is resolved against the current project ref. config configures concurrency and canceling of task execution.

  6. def apply[T](structure: BuildStructure, taskKey: Def.ScopedKey[Task[T]], state: State, ref: ProjectRef): Option[(State, Result[T])]

    Evaluates taskKey and returns the new State and the result of the task wrapped in Some.

    Evaluates taskKey and returns the new State and the result of the task wrapped in Some. If the task is not defined, None is returned. The provided task key is resolved against the current project ref. Task execution is configured according to settings defined in the loaded project.

  7. def applyResults[T](results: RMap[Task, Result], state: State, root: Task[T]): (State, Result[T])
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def cancelStrategy(extracted: Extracted, structure: BuildStructure, state: State): TaskCancellationStrategy
  10. def cancelable(extracted: Extracted, structure: BuildStructure): Boolean
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  12. def convertCyclic(c: AnyCyclic): String
  13. def convertCyclicInc: (Incomplete) ⇒ Incomplete
  14. def defaultRestrictions(extracted: Extracted, structure: BuildStructure): Seq[Rule]
  15. def defaultRestrictions(maxWorkers: Int): List[Rule]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def evalPluginDef(log: Logger)(pluginDef: BuildStructure, state: State): PluginData
  19. def extractedTaskConfig(extracted: Extracted, structure: BuildStructure, state: State): EvaluateTaskConfig
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def getSetting[T](key: SettingKey[T], default: T, extracted: Extracted, structure: BuildStructure): T
  23. def getStreams(key: Def.ScopedKey[_], streams: Streams): TaskStreams
  24. def getTask[T](structure: BuildStructure, taskKey: Def.ScopedKey[Task[T]], state: State, streams: Streams, ref: ProjectRef): Option[(Task[T], NodeView[Task])]
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def injectSettings: Seq[Def.Setting[_]]
  27. val injectStreams: (Def.ScopedKey[_]) ⇒ Seq[Def.Setting[_]]
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def liftAnonymous: (Incomplete) ⇒ Incomplete
  30. def logIncResult(result: Result[_], state: State, streams: Streams): Unit
  31. def logIncomplete(result: Incomplete, state: State, streams: Streams): Unit
  32. def maxWorkers(extracted: Extracted, structure: BuildStructure): Int
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. def nodeView[HL <: HList](state: State, streams: Streams, roots: Seq[Def.ScopedKey[_]], dummies: DummyTaskMap = DummyTaskMap(Nil)): NodeView[Task]
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. def onResult[T, S](result: Result[T], log: Logger)(f: (T) ⇒ S): S
  38. def processResult[T](result: Result[T], log: Logger, show: Boolean = false): T
  39. def restrictions(extracted: Extracted, structure: BuildStructure): Seq[Rule]
  40. def restrictions(state: State): Seq[Rule]
  41. def runTask[T](root: Task[T], state: State, streams: Streams, triggers: Triggers[Task], config: EvaluateTaskConfig)(implicit taskToNode: NodeView[Task]): (State, Result[T])
  42. def stateTransform(results: RMap[Task, Result]): (State) ⇒ State
  43. def suppressedMessage(key: Def.ScopedKey[_])(implicit display: Show[Def.ScopedKey[_]]): String
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. def taskToKey: (Incomplete) ⇒ Incomplete
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. def transformInc[T](result: Result[T]): Result[T]
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  51. def withStreams[T](structure: BuildStructure, state: State)(f: (Streams) ⇒ T): T

Inherited from AnyRef

Inherited from Any

Ungrouped