Class MvnTestSelectionStarted_1_0

java.lang.Object
com.gradle.scan.eventmodel.maven.pts.MvnTestSelectionStarted_1_0
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
Direct Known Subclasses:
MvnTestSelectionStarted_1_1

@MavenVersion(since="3.3.1") @MavenExtensionVersion(since="1.14", until="1.17") public class MvnTestSelectionStarted_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
Indicates the beginning of the selection process.

This event encompasses gathering data for the selection service request and obtaining and processing the result.

Zero or more MvnTestSelectionStarted_1_0 events may be published.

  • Field Details

    • goalExecutionId

      public final long goalExecutionId
      The ID of the test goal execution the request is being made as part of.

      Corresponds to MvnGoalExecutionStarted_1_0.id.

  • Constructor Details

    • MvnTestSelectionStarted_1_0

      public MvnTestSelectionStarted_1_0(long goalExecutionId)
  • Method Details