Class TestOutputFileTransferBatchFinished_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.testdistribution.TestOutputFileTransferBatchFinished_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="5.4")
@PluginVersion(since="3.14")
public class TestOutputFileTransferBatchFinished_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
Indicates the end of a file transfer batch (there can be mutliple batches per task).
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal long
The ID of the file batch being transferredfinal long
The ID of the test task.final List
<TestFileTransfer_1_0> Maps paths of transferred files to their details. -
Constructor Summary
ConstructorsConstructorDescriptionTestOutputFileTransferBatchFinished_1_0
(long task, long id, List<TestFileTransfer_1_0> transfers) -
Method Summary
-
Field Details
-
task
public final long taskThe ID of the test task.Corresponds to
TaskStarted_1_0.id
. -
id
public final long idThe ID of the file batch being transferred -
transfers
Maps paths of transferred files to their details.
-
-
Constructor Details
-
TestOutputFileTransferBatchFinished_1_0
public TestOutputFileTransferBatchFinished_1_0(long task, long id, List<TestFileTransfer_1_0> transfers)
-
-
Method Details