Class MvnGoalInputsFileProperty_1_1

java.lang.Object
com.gradle.scan.eventmodel.maven.MvnGoalInputsFileProperty_1_0
com.gradle.scan.eventmodel.maven.MvnGoalInputsFileProperty_1_1
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData

@MavenVersion(since="3.3.1") @MavenExtensionVersion(since="1.12") public class MvnGoalInputsFileProperty_1_1 extends MvnGoalInputsFileProperty_1_0
  • Field Details

    • attributes

      public final List<String> attributes
      Normalization strategy used to snapshot the files.

      The list will contain one of the following fingerprinting strategy:

      • FINGERPRINTING_STRATEGY_ABSOLUTE_PATH
      • FINGERPRINTING_STRATEGY_NAME_ONLY
      • FINGERPRINTING_STRATEGY_RELATIVE_PATH
      • FINGERPRINTING_STRATEGY_IGNORED_PATH
      • FINGERPRINTING_STRATEGY_CLASSPATH
      • FINGERPRINTING_STRATEGY_COMPILE_CLASSPATH
      The list will contain one of the following empty directory handling:
      • EMPTY_DIRECTORY_HANDLING_DEFAULT
      • EMPTY_DIRECTORY_HANDLING_IGNORE
      The list will contain one of the following line ending handling:
      • LINE_ENDING_HANDLING_DEFAULT
      • LINE_ENDING_HANDLING_NORMALIZE
  • Constructor Details

    • MvnGoalInputsFileProperty_1_1

      public MvnGoalInputsFileProperty_1_1(long id, List<String> attributes, byte[] hash, List<Long> roots)
  • Method Details