Class BuildFinished_1_0

java.lang.Object
com.gradle.scan.eventmodel.gradle.BuildFinished_1_0
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
Direct Known Subclasses:
BuildFinished_1_1

@GradleVersion(since="2.0") @PluginVersion(since="1.0", until="1.13") public class BuildFinished_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
An EventData that is published when the build has completed.

An event stream will contain a single BuildFinished_1_0.

  • Field Details

    • failure

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

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

  • Constructor Details

    • BuildFinished_1_0

      public BuildFinished_1_0(@Nullable @Nullable ExceptionTree_1_0 failure)
  • Method Details