Class 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 Detail

      • 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 Detail

      • MvnTestSelectionStarted_1_0

        public MvnTestSelectionStarted_1_0​(long goalExecutionId)