Class MvnTestFileTransfer_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.testdistribution.MvnTestFileTransfer_1_0
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.18")
public class MvnTestFileTransfer_1_0
extends Object
Tracks file transfer size and duration.
-
Field Summary
Modifier and TypeFieldDescriptionfinal long
Duration of the file transfer in ms.final MvnFileRef_1_0
Path of the transferred file.final long
The size of the file transferred in bytes. -
Constructor Summary
-
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
-
MvnTestFileTransfer_1_0
-
-
Method Details