Class MvnTestInputFileTransferBatchFinished_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.testdistribution.MvnTestInputFileTransferBatchFinished_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.18")
public class MvnTestInputFileTransferBatchFinished_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
Indicates the completion of a batch of input file transfers from build to Test Distribution Broker.
-
Field Summary
Modifier and TypeFieldDescriptionfinal long
The ID of the test goal execution the request is being made as part of.final long
The ID of the input batch.final List
<MvnTestFileTransfer_1_0> Maps paths of transferred files to their transfer details. -
Constructor Summary
ConstructorDescriptionMvnTestInputFileTransferBatchFinished_1_0
(long goalExecutionId, long id, List<MvnTestFileTransfer_1_0> transfers) -
Method Summary
-
Field Details
-
goalExecutionId
public final long goalExecutionIdThe ID of the test goal execution the request is being made as part of.Corresponds to
MvnGoalExecutionStarted_1_0.id
. -
id
public final long idThe ID of the input batch. -
transfers
Maps paths of transferred files to their transfer details.
-
-
Constructor Details
-
MvnTestInputFileTransferBatchFinished_1_0
public MvnTestInputFileTransferBatchFinished_1_0(long goalExecutionId, long id, List<MvnTestFileTransfer_1_0> transfers)
-
-
Method Details