Class OutputLogEvent_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.OutputLogEvent_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
OutputLogEvent_1_1
@GradleVersion(since="2.0")
@PluginVersion(since="1.0",
until="1.12")
public class OutputLogEvent_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData that is published when a Gradle output log event occurs.
Log messages that start with ##teamcity[ are filtered out.
Zero or more OutputLogEvent_1_0 events may be published.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal OutputEventCommon_1_0The common details about the log message.final @Nullable ExceptionTree_1_0The failure in case of an exception in the log message.final StringThe log message. -
Constructor Summary
ConstructorsConstructorDescriptionOutputLogEvent_1_0(OutputEventCommon_1_0 common, String message, @Nullable ExceptionTree_1_0 failure) -
Method Summary
-
Field Details
-
common
The common details about the log message. -
message
The log message. -
failure
The failure in case of an exception in the log message.nullif the log message contains no exception.nullfor plugin version ≥ 1.14.
-
-
Constructor Details
-
OutputLogEvent_1_0
public OutputLogEvent_1_0(OutputEventCommon_1_0 common, String message, @Nullable @Nullable ExceptionTree_1_0 failure)
-
-
Method Details