Class MvnTestOutputFileTransferBatchFinished_1_0

java.lang.Object
com.gradle.scan.eventmodel.maven.testdistribution.MvnTestOutputFileTransferBatchFinished_1_0
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData

@MavenVersion(since="3.3.1") @MavenExtensionVersion(since="1.18") public class MvnTestOutputFileTransferBatchFinished_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
Indicates the completion of output file transfer from test executor to build client.
  • 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.

    • id

      public final long id
      The ID of the output batch.
    • transfers

      public final List<MvnTestFileTransfer_1_0> transfers
      Maps paths of transferred files to their transfer details.
  • Constructor Details

    • MvnTestOutputFileTransferBatchFinished_1_0

      public MvnTestOutputFileTransferBatchFinished_1_0(long goalExecutionId, long id, List<MvnTestFileTransfer_1_0> transfers)
  • Method Details