object Watched
- Alphabetic
- By Inheritance
- Watched
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
- def clearScreen: String
- def createWatchService(pollDelay: FiniteDuration): WatchService
- def terminateWatch(key: Int): Boolean
- object WatchSource
Deprecated Value Members
-
val
AntiEntropy: FiniteDuration
- Annotations
- @deprecated
- Deprecated
(Since version 1.3.0) Replaced by defaultAntiEntropy
-
val
Configuration: AttributeKey[Watched]
- Annotations
- @deprecated
- Deprecated
(Since version 1.3.0) No longer used for continuous execution
-
val
ContinuousEventMonitor: AttributeKey[EventMonitor]
- Annotations
- @deprecated
- Deprecated
(Since version 1.3.0) ContinuousEventMonitor attribute is not used by Watched.command
-
val
ContinuousState: AttributeKey[WatchState]
- Annotations
- @deprecated
- Deprecated
(Since version 1.3.0) Superseded by ContinuousEventMonitor
-
val
ContinuousWatchService: AttributeKey[WatchService]
- Annotations
- @deprecated
- Deprecated
(Since version 1.3.0) Superseded by ContinuousEventMonitor
-
val
PollDelay: FiniteDuration
- Annotations
- @deprecated
- Deprecated
(Since version 1.3.0) Replaced by defaultPollInterval
-
val
clearWhenTriggered: (WatchState) ⇒ String
- Annotations
- @deprecated
- Deprecated
(Since version 1.3.0) Use Watch.clearScreenOnTrigger in conjunction with the watchTriggeredMessage key
-
def
createWatchService(): WatchService
- Annotations
- @deprecated
- Deprecated
(Since version 1.3.0) Use the version that explicitly takes the poll delay
-
val
defaultTriggeredMessage: (WatchState) ⇒ String
- Annotations
- @deprecated
- Deprecated
(Since version 1.3.0) Use Watch.defaultOnTriggerMessage in conjunction with the watchTriggeredMessage key
-
val
defaultWatchingMessage: (WatchState) ⇒ String
- Annotations
- @deprecated
- Deprecated
(Since version 1.3.0) Use Watch.defaultStartWatch in conjunction with the watchStartMessage key
-
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
-
def
executeContinuously(watched: Watched, s: State, next: String, repeat: String): State
- Annotations
- @deprecated
- Deprecated
(Since version 1.3.0) Replaced by Watched.command
-
def
isEnter(key: Int): Boolean
- Annotations
- @deprecated
- Deprecated
(Since version 1.3.0) This is no longer used by continuous builds.
-
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
-
def
printIfDefined(msg: String): Unit
- Annotations
- @deprecated
- Deprecated
(Since version 1.3.0) This is no longer used by continuous builds.
-
def
projectOnWatchMessage(project: String): (Int, String, Seq[String]) ⇒ Option[String]
- Annotations
- @deprecated
- Deprecated
(Since version 1.3.0) unused
-
def
projectWatchingMessage(projectId: String): (WatchState) ⇒ String
- Annotations
- @deprecated
- Deprecated
(Since version 1.3.0) unused