Class NpmDependencyDownloadFinished_1_0

java.lang.Object
com.gradle.scan.eventmodel.npm.dependencies.NpmDependencyDownloadFinished_1_0
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData

@NpmVersion(since="10.8.2") @NpmAgentVersion(since="2.0.0") public class NpmDependencyDownloadFinished_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
An EventData which represents a completion of a download from a remote repository.

An event stream will contain zero or more NpmDependencyDownloadFinished_1_0 events.

  • Field Details

    • url

      public final String url
      The download URL.
    • httpStatus

      public final int httpStatus
      The HTTP status code of the response.
    • durationMillis

      public final long durationMillis
      The duration of the download in milliseconds.
  • Constructor Details

    • NpmDependencyDownloadFinished_1_0

      public NpmDependencyDownloadFinished_1_0(String url, int httpStatus, long durationMillis)
  • Method Details