Class MvnGoalInputsFileFingerprintSetting_1_0

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

@MavenVersion(since="3.3.1") @MavenExtensionVersion(since="1.1", until="1.10") public class MvnGoalInputsFileFingerprintSetting_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
Indicates the build's decision whether to capture goal input file fingerprints for this build.

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

One event of this type will always be present in the event stream.

Replaced by MvnUserCaptureSettings_1_0

  • Field Details

    • enabled

      public final boolean enabled
      Whether goal input file fingerprints were captured for this build.
  • Constructor Details

    • MvnGoalInputsFileFingerprintSetting_1_0

      public MvnGoalInputsFileFingerprintSetting_1_0(boolean enabled)
  • Method Details