Package com.gradle.scan.eventmodel.maven
Class MvnGoalInputsFingerprintingFinished_1_1
java.lang.Object
com.gradle.scan.eventmodel.maven.MvnGoalInputsFingerprintingFinished_1_0
com.gradle.scan.eventmodel.maven.MvnGoalInputsFingerprintingFinished_1_1
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.1",
until="1.16")
public class MvnGoalInputsFingerprintingFinished_1_1
extends MvnGoalInputsFingerprintingFinished_1_0
-
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 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.Fields inherited from class com.gradle.scan.eventmodel.maven.MvnGoalInputsFingerprintingFinished_1_0
goalExecutionId, hash
-
Constructor Summary
ConstructorDescriptionMvnGoalInputsFingerprintingFinished_1_1
(long goalExecutionId, @com.gradle.nullability.Nullable byte[] hash, long implementation, long propertyNames, long valueInputs, @Nullable List<Long> fileInputs) -
Method Summary
-
Field Details
-
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
-
MvnGoalInputsFingerprintingFinished_1_1
-
-
Method Details
-
equals
- Overrides:
equals
in classMvnGoalInputsFingerprintingFinished_1_0
-
hashCode
public int hashCode()- Overrides:
hashCode
in classMvnGoalInputsFingerprintingFinished_1_0
-
toString
- Overrides:
toString
in classMvnGoalInputsFingerprintingFinished_1_0
-