Class FileSystemWatchingSettings_1_0

java.lang.Object
com.gradle.scan.eventmodel.gradle.FileSystemWatchingSettings_1_0
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData

@GradleVersion(since="6.6") @PluginVersion(since="3.4") public class FileSystemWatchingSettings_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
Indicates the build's decision whether to watch the file system.
See Also:
  • the Gradle User Guide

    An event stream will contain a single FileSystemWatchingSettings_1_0 for Gradle 6.6+, none otherwise.

  • Field Details

    • fileSystemWatching

      public final boolean fileSystemWatching
      Whether file system watching was enabled for the build.
      See Also:
  • Constructor Details

    • FileSystemWatchingSettings_1_0

      public FileSystemWatchingSettings_1_0(boolean fileSystemWatching)
  • Method Details