Class TaskInputsFileSnapshotSetting_1_0

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

@GradleVersion(since="5.0") @PluginVersion(since="2.1", until="3.6") public class TaskInputsFileSnapshotSetting_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
Indicates the build's decision whether to capture task input file snapshots for this build.

If enabled is false, each TaskInputsFileProperty_1_0.roots will always be empty.

One event of this type will always be present in the event stream. If the build builds any build logic (e.g. buildSrc), there will be TaskInputsFileProperty_1_0 events occurring before this event. In this case, the value of this setting does apply to whether task input file snapshots are captured for such tasks.

Replaced by UserCaptureSettings_1_0

  • Field Details

    • enabled

      public final boolean enabled
  • Constructor Details

    • TaskInputsFileSnapshotSetting_1_0

      public TaskInputsFileSnapshotSetting_1_0(boolean enabled)
  • Method Details