Class NetworkDownloadActivityFinished_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.NetworkDownloadActivityFinished_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
NetworkDownloadActivityFinished_1_1
@GradleVersion(since="3.5",
until="3.5")
@PluginVersion(since="1.6",
until="1.13")
public class NetworkDownloadActivityFinished_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData that is published when a network download operation has finished.
Zero or more NetworkDownloadActivityFinished_1_0 events may be published.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable ExceptionTree_1_0The failure in case of a failed download.final longThe id of the download activity. -
Constructor Summary
ConstructorsConstructorDescriptionNetworkDownloadActivityFinished_1_0(long id, @Nullable ExceptionTree_1_0 failure) -
Method Summary
-
Field Details
-
id
public final long idThe id of the download activity. -
failure
The failure in case of a failed download.nullif the download was successful.nullfor plugin version ≥ 1.14.
-
-
Constructor Details
-
NetworkDownloadActivityFinished_1_0
-
-
Method Details