Class MvnGoalInputsFingerprintingStarted_1_0

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

@MavenVersion(since="3.3.1") @MavenExtensionVersion(since="1.0") public class MvnGoalInputsFingerprintingStarted_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
Indicates that fingerprinting the inputs of a goal execution has started.

Fingerprinting reduces the inputs of a goal execution to a strong hash code, which can then be used as a cache key.

  • Field Details

  • Constructor Details

    • MvnGoalInputsFingerprintingStarted_1_0

      public MvnGoalInputsFingerprintingStarted_1_0(long goalExecutionId)
  • Method Details