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 Summary
FieldsModifier and TypeFieldDescriptionfinal longThe duration of the download in milliseconds.final intThe HTTP status code of the response.final StringThe download URL. -
Constructor Summary
ConstructorsConstructorDescriptionNpmDependencyDownloadFinished_1_0(String url, int httpStatus, long durationMillis) -
Method Summary
-
Field Details
-
url
The download URL. -
httpStatus
public final int httpStatusThe HTTP status code of the response. -
durationMillis
public final long durationMillisThe duration of the download in milliseconds.
-
-
Constructor Details
-
NpmDependencyDownloadFinished_1_0
-
-
Method Details