Package com.gradle.scan.eventmodel.maven
Class MvnDependencyResolutionDownloadFinished_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.MvnDependencyResolutionDownloadFinished_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.9")
public class MvnDependencyResolutionDownloadFinished_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
The completion of a download from a remote repository during dependency resolution.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionfinal @Nullable("when the download was successful") Long
The ID of the failure indicating why the download did not succeed.final long
The ID of download, corresponding toMvnDependencyResolutionDownloadStarted_1_0.id
.final @Nullable("when the download failed") Long
The number of bytes downloaded. -
Constructor Summary
ConstructorDescriptionMvnDependencyResolutionDownloadFinished_1_0
(long id, @Nullable Long size, @Nullable Long failureId) -
Method Summary
-
Field Details
-
id
public final long idThe ID of download, corresponding toMvnDependencyResolutionDownloadStarted_1_0.id
. -
size
The number of bytes downloaded.This only includes the actual data and not any network overhead.
-
failureId
@Nullable("when the download was successful") public final @Nullable("when the download was successful") Long failureIdThe ID of the failure indicating why the download did not succeed.The failure ID corresponds to a
MvnException_1_0
inMvnExceptionData_1_0
.
-
-
Constructor Details
-
MvnDependencyResolutionDownloadFinished_1_0
-
-
Method Details