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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal booleanWhether file system watching was enabled for the build. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fileSystemWatching
public final boolean fileSystemWatchingWhether file system watching was enabled for the build.- See Also:
-
-
Constructor Details
-
FileSystemWatchingSettings_1_0
public FileSystemWatchingSettings_1_0(boolean fileSystemWatching)
-
-
Method Details