Class MvnGoalInputsFingerprintingResult_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.goalinputs.MvnGoalInputsFingerprintingResult_1_0
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.17")
public class MvnGoalInputsFingerprintingResult_1_0
extends Object
Provides the hashes of goal inputs.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionTheMvnGoalInputsFileProperty_1_0.id
values corresponding to the events that provide the hashes of the goal's file input properties.final @com.gradle.nullability.Nullable("when an overall hash could not be calculated") byte[]
The overall hash of the inputs.final long
TheMvnGoalInputsImplementation_1_0.id
value corresponding to the event that provides the hash of the goal implementation.final long
TheMvnGoalInputsPropertyNames_1_0.id
value corresponding to the event that provides the names of the goal's properties.final long
TheMvnGoalInputsValueProperties_1_0.id
value corresponding to the event that provides the hashes of the goal's value input properties. -
Constructor Summary
ConstructorDescriptionMvnGoalInputsFingerprintingResult_1_0
(@com.gradle.nullability.Nullable byte[] hash, long implementation, long propertyNames, long valueInputs, @Nullable List<Long> fileInputs) -
Method Summary
-
Field Details
-
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.
-
implementation
public final long implementationTheMvnGoalInputsImplementation_1_0.id
value corresponding to the event that provides the hash of the goal implementation. -
propertyNames
public final long propertyNamesTheMvnGoalInputsPropertyNames_1_0.id
value corresponding to the event that provides the names of the goal's properties. -
valueInputs
public final long valueInputsTheMvnGoalInputsValueProperties_1_0.id
value corresponding to the event that provides the hashes of the goal's value input properties. -
fileInputs
@Nullable("when the goal does not have any file input properties") public final @Nullable("when the goal does not have any file input properties") List<Long> fileInputsTheMvnGoalInputsFileProperty_1_0.id
values corresponding to the events that provide the hashes of the goal's file input properties.The list corresponds to the associated
MvnGoalInputsPropertyNames_1_0.fileInputs
. That is, the first entry in this list is the corresponding value for the first entry in that list.
-
-
Constructor Details
-
MvnGoalInputsFingerprintingResult_1_0
-
-
Method Details