Packages

object Watched

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

Type Members

  1. type WatchSource = Source

Value Members

  1. def clearScreen: String
  2. def createWatchService(pollDelay: FiniteDuration): WatchService
  3. def terminateWatch(key: Int): Boolean
  4. object WatchSource

Deprecated Value Members

  1. val AntiEntropy: FiniteDuration
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) Replaced by defaultAntiEntropy

  2. val Configuration: AttributeKey[Watched]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) No longer used for continuous execution

  3. val ContinuousEventMonitor: AttributeKey[EventMonitor]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) ContinuousEventMonitor attribute is not used by Watched.command

  4. val ContinuousState: AttributeKey[WatchState]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) Superseded by ContinuousEventMonitor

  5. val ContinuousWatchService: AttributeKey[WatchService]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) Superseded by ContinuousEventMonitor

  6. val PollDelay: FiniteDuration
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) Replaced by defaultPollInterval

  7. val clearWhenTriggered: (WatchState) ⇒ String
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) Use Watch.clearScreenOnTrigger in conjunction with the watchTriggeredMessage key

  8. def createWatchService(): WatchService
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) Use the version that explicitly takes the poll delay

  9. val defaultTriggeredMessage: (WatchState) ⇒ String
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) Use Watch.defaultOnTriggerMessage in conjunction with the watchTriggeredMessage key

  10. val defaultWatchingMessage: (WatchState) ⇒ String
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) Use Watch.defaultStartWatch in conjunction with the watchStartMessage key

  11. def empty: Watched
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) This method is not used and may be removed in a future version of sbt

  12. def executeContinuously(watched: Watched, s: State, next: String, repeat: String): State
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) Replaced by Watched.command

  13. def isEnter(key: Int): Boolean
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) This is no longer used by continuous builds.

  14. def multi(base: Watched, paths: Seq[Watched]): Watched
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) This method is not used and may be removed in a future version of sbt

  15. def printIfDefined(msg: String): Unit
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) This is no longer used by continuous builds.

  16. def projectOnWatchMessage(project: String): (Int, String, Seq[String]) ⇒ Option[String]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) unused

  17. def projectWatchingMessage(projectId: String): (WatchState) ⇒ String
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) unused