Class TestFileTransfer_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.testdistribution.TestFileTransfer_1_0
@GradleVersion(since="5.4")
@PluginVersion(since="3.14")
public class TestFileTransfer_1_0
extends Object
Tracks file transfer size and duration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal longDuration of the file transfer in ms.final FileRef_1_0Path of the transferred file.final longThe size of the file transferred in bytes. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
path
Path of the transferred file. -
duration
public final long durationDuration of the file transfer in ms. -
size
public final long sizeThe size of the file transferred in bytes.
-
-
Constructor Details
-
TestFileTransfer_1_0
-
-
Method Details