object Keys
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Keys
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait WatchBuildSourceOption extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val allInputFiles: TaskKey[Seq[Path]]
- val allOutputFiles: TaskKey[Seq[Path]]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val changedInputFiles: TaskKey[(Seq[(Path, FileStamp)]) ⇒ FileChanges]
- val changedOutputFiles: TaskKey[(Seq[(Path, FileStamp)]) ⇒ FileChanges]
- val checkBuildSources: TaskKey[StateTransform]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val fileInputExcludeFilter: SettingKey[PathFilter]
- val fileInputIncludeFilter: SettingKey[PathFilter]
- val fileInputs: SettingKey[Seq[Glob]]
- val fileOutputExcludeFilter: SettingKey[PathFilter]
- val fileOutputIncludeFilter: SettingKey[PathFilter]
- val fileOutputs: SettingKey[Seq[Glob]]
- val fileTreeView: TaskKey[Nio[FileAttributes]]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val inputFileStamper: SettingKey[FileStamper]
- val inputFileStamps: TaskKey[Seq[(Path, FileStamp)]]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val onChangedBuildSource: SettingKey[WatchBuildSourceOption]
- val outputFileStamper: SettingKey[FileStamper]
- val outputFileStamps: TaskKey[Seq[(Path, FileStamp)]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val watchAntiEntropyPollPeriod: SettingKey[FiniteDuration]
- val watchAntiEntropyRetentionPeriod: SettingKey[FiniteDuration]
- val watchBeforeCommand: SettingKey[() ⇒ Unit]
- val watchDeletionQuarantinePeriod: SettingKey[FiniteDuration]
- val watchForceTriggerOnAnyChange: SettingKey[Boolean]
- val watchInputOptions: SettingKey[Seq[InputOption]]
- val watchInputOptionsMessage: SettingKey[String]
- val watchInputParser: SettingKey[Parser[Watch.Action]]
- val watchInputStream: TaskKey[InputStream]
- val watchLogLevel: SettingKey[util.Level.Value]
- val watchOnFileInputEvent: SettingKey[(Int, Event) ⇒ Watch.Action]
- val watchOnIteration: SettingKey[(Int, ProjectRef, Seq[String]) ⇒ Watch.Action]
- val watchOnTermination: SettingKey[(Watch.Action, String, Int, State) ⇒ State]
- val watchPersistFileStamps: SettingKey[Boolean]
- val watchStartMessage: SettingKey[(Int, ProjectRef, Seq[String]) ⇒ Option[String]]
-
val
watchTriggeredMessage: SettingKey[(Int, Path, Seq[String]) ⇒ Option[String]]
Sets the message to display after a new build is triggered.
Sets the message to display after a new build is triggered. By default, it prints the file that triggered the build and what command(s) will be run. To clear the screen, add
watchTriggeredMessage := Watch.clearScreenOnTrigger
to the build.
- val watchTriggers: SettingKey[Seq[Glob]]
- object IgnoreSourceChanges extends WatchBuildSourceOption with Product with Serializable
- object ReloadOnSourceChanges extends WatchBuildSourceOption with Product with Serializable
- object WarnOnSourceChanges extends WatchBuildSourceOption with Product with Serializable
Deprecated Value Members
-
val
watchTasks: InputKey[StateTransform]
- Annotations
- @deprecated
- Deprecated
(Since version 1.4.0) The watch input task no longer has any effect.