Class MvnTestInputFileTransferBatchStarted_1_0

  • All Implemented Interfaces:
    com.gradle.scan.eventmodel.EventData

    @MavenVersion(since="3.3.1")
    @MavenExtensionVersion(since="1.18")
    public class MvnTestInputFileTransferBatchStarted_1_0
    extends Object
    implements com.gradle.scan.eventmodel.EventData
    Indicates the start of a batch of input file transfers from build to Test Distribution Broker.
    • 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.

      • id

        public final long id
        The ID of the input batch.
    • Constructor Detail

      • MvnTestInputFileTransferBatchStarted_1_0

        public MvnTestInputFileTransferBatchStarted_1_0​(long goalExecutionId,
                                                        long id)