Package com.gradle.scan.eventmodel.maven
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 Summary
Modifier and TypeFieldDescriptionfinal long
The ID of the goal execution, linking toMvnGoalExecutionStarted_1_0.id
.final @com.gradle.nullability.Nullable("when an overall hash could not be calculated") byte[]
The overall hash of the inputs. -
Constructor Summary
ConstructorDescriptionMvnGoalInputsFingerprintingFinished_1_0
(long goalExecutionId, @com.gradle.nullability.Nullable byte[] hash) -
Method Summary
-
Field Details
-
goalExecutionId
public final long goalExecutionIdThe ID of the goal execution, linking toMvnGoalExecutionStarted_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[] hashThe 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