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 Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable ExceptionTree_1_0The failure in case of a failed build. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
failure
The failure in case of a failed build.nullif the build was successful.nullfor plugin version ≥ 1.14.
-
-
Constructor Details
-
BuildFinished_1_0
-
-
Method Details