Class 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 Detail

      • id

        public final long id
        The id of the download activity.
      • failure

        @Nullable
        public final @Nullable ExceptionTree_1_0 failure
        The failure in case of a failed download.

        null if the download was successful. null for plugin version ≥ 1.14.

    • Constructor Detail

      • NetworkDownloadActivityFinished_1_0

        public NetworkDownloadActivityFinished_1_0​(long id,
                                                   @Nullable
                                                   @Nullable ExceptionTree_1_0 failure)