Class TestOutputFileTransferBatchStarted_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.testdistribution.TestOutputFileTransferBatchStarted_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="5.4")
@PluginVersion(since="3.14")
public class TestOutputFileTransferBatchStarted_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
Indicates the start of a file transfer batch. Input files are transferred from build to Test Distribution executor and output files from executors to build client.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal longThe ID of the test executor the transfer originates from.final longThe ID of the file batch being transferredfinal longThe ID of the test task. -
Constructor Summary
Constructors -
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 -
executorId
public final long executorIdThe ID of the test executor the transfer originates from.Corresponds to
TestExecutorAssigned_1_0.id
-
-
Constructor Details
-
TestOutputFileTransferBatchStarted_1_0
public TestOutputFileTransferBatchStarted_1_0(long task, long id, long executorId)
-
-
Method Details