c

sbt

ExecuteProgressAdapter

class ExecuteProgressAdapter extends ExecuteProgress2

Linear Supertypes
ExecuteProgress2, ExecuteProgress[Task], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExecuteProgressAdapter
  2. ExecuteProgress2
  3. ExecuteProgress
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExecuteProgressAdapter(ep: ExecuteProgress[Task])

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. def afterAllCompleted(results: RMap[Task, Result]): Unit
    Definition Classes
    ExecuteProgressAdapter → ExecuteProgress
  5. def afterCommand(cmd: String, result: Either[Throwable, State]): Unit

    Called after a command finished execution.

    Called after a command finished execution.

    cmd

    The command string.

    result

    Left in case of an error. If the command cannot be parsed, it will be signalled as a ParseException with a detailed message. If the command was cancelled by the user, as sbt.Cancelled. If the command succeeded, Right with the new state after command execution.

    Definition Classes
    ExecuteProgressAdapterExecuteProgress2
  6. def afterCompleted[A](task: Task[A], result: Result[A]): Unit
    Definition Classes
    ExecuteProgressAdapter → ExecuteProgress
  7. def afterReady(task: Task[_]): Unit
    Definition Classes
    ExecuteProgressAdapter → ExecuteProgress
  8. def afterRegistered(task: Task[_], allDeps: Iterable[Task[_]], pendingDeps: Iterable[Task[_]]): Unit
    Definition Classes
    ExecuteProgressAdapter → ExecuteProgress
  9. def afterWork[A](task: Task[A], result: Either[Task[A], Result[A]]): Unit
    Definition Classes
    ExecuteProgressAdapter → ExecuteProgress
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def beforeCommand(cmd: String, state: State): Unit

    Called before a command starts processing.

    Called before a command starts processing. The command has not yet been parsed.

    cmd

    The command string

    state

    The sbt.State before the command starts executing.

    Definition Classes
    ExecuteProgressAdapterExecuteProgress2
  12. def beforeWork(task: Task[_]): Unit
    Definition Classes
    ExecuteProgressAdapter → ExecuteProgress
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def initial(): Unit
    Definition Classes
    ExecuteProgressAdapter → ExecuteProgress
  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
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def stop(): Unit
    Definition Classes
    ExecuteProgressAdapter → ExecuteProgress
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from ExecuteProgress2

Inherited from ExecuteProgress[Task]

Inherited from AnyRef

Inherited from Any

Ungrouped