Class MvnTestOutputFileTransferBatchStarted_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.testdistribution.MvnTestOutputFileTransferBatchStarted_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.18")
public class MvnTestOutputFileTransferBatchStarted_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
Indicates the start of output file transfer from test executor to build client.
-
Field Summary
Modifier and TypeFieldDescriptionfinal long
The ID of the test executor the transfer originates from.final long
The ID of the test goal execution the request is being made as part of.final long
The ID of the output batch. -
Constructor Summary
ConstructorDescriptionMvnTestOutputFileTransferBatchStarted_1_0
(long goalExecutionId, long id, long executorId) -
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 output batch. -
executorId
public final long executorIdThe ID of the test executor the transfer originates from.Corresponds to
MvnTestExecutorAssigned_1_0.id
-
-
Constructor Details
-
MvnTestOutputFileTransferBatchStarted_1_0
public MvnTestOutputFileTransferBatchStarted_1_0(long goalExecutionId, long id, long executorId)
-
-
Method Details