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 Details

    • id

      public final long id
      The ID of download, corresponding to MvnDependencyResolutionDownloadStarted_1_0.id.
    • size

      @Nullable("when the download failed") public final @Nullable("when the download failed") Long 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 failureId
      The ID of the failure indicating why the download did not succeed.

      The failure ID corresponds to a MvnException_1_0 in MvnExceptionData_1_0.

  • Constructor Details

    • MvnDependencyResolutionDownloadFinished_1_0

      public MvnDependencyResolutionDownloadFinished_1_0(long id, @Nullable @Nullable Long size, @Nullable @Nullable Long failureId)
  • Method Details