Class MvnGoalInputsFingerprintingFinished_1_0

java.lang.Object
com.gradle.scan.eventmodel.maven.MvnGoalInputsFingerprintingFinished_1_0
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
Direct Known Subclasses:
MvnGoalInputsFingerprintingFinished_1_1

@MavenVersion(since="3.3.1") @MavenExtensionVersion(since="1.0", until="1.0") public class MvnGoalInputsFingerprintingFinished_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
Indicates that fingerprinting the inputs of a goal execution has completed.
  • Field Details

    • goalExecutionId

      public final long goalExecutionId
      The ID of the goal execution, linking to MvnGoalExecutionStarted_1_0.id.
    • hash

      @Nullable("when an overall hash could not be calculated") public final @com.gradle.nullability.Nullable("when an overall hash could not be calculated") byte[] hash
      The overall hash of the inputs.

      This is also used as the build cache key.

  • Constructor Details

    • MvnGoalInputsFingerprintingFinished_1_0

      public MvnGoalInputsFingerprintingFinished_1_0(long goalExecutionId, @Nullable @com.gradle.nullability.Nullable byte[] hash)
  • Method Details