Class DaemonUnhealthy_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.DaemonUnhealthy_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="3.0")
@PluginVersion(since="1.0")
public class DaemonUnhealthy_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData
that is published if the Gradle Daemon has become unhealthy in way that requires it to be
terminated at the end of the build.
Zero or one DaemonUnhealthy_1_0
events may be published.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
reason
The reason why the Gradle Daemon had to be shut down after running the build.
-
-
Constructor Details
-
DaemonUnhealthy_1_0
-
-
Method Details