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 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[] hash
      The overall hash of the inputs.

      This is also used as the build cache key.

    • implementation

      public final long implementation
      The MvnGoalInputsImplementation_1_0.id value corresponding to the event that provides the hash of the goal implementation.
    • propertyNames

      public final long propertyNames
      The MvnGoalInputsPropertyNames_1_0.id value corresponding to the event that provides the names of the goal's properties.
    • valueInputs

      public final long valueInputs
      The MvnGoalInputsValueProperties_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> fileInputs
      The MvnGoalInputsFileProperty_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

      public MvnGoalInputsFingerprintingResult_1_0(@Nullable @com.gradle.nullability.Nullable byte[] hash, long implementation, long propertyNames, long valueInputs, @Nullable @Nullable List<Long> fileInputs)
  • Method Details