Class OutputLogEvent_1_2
java.lang.Object
com.gradle.scan.eventmodel.gradle.OutputLogEvent_1_0
com.gradle.scan.eventmodel.gradle.OutputLogEvent_1_1
com.gradle.scan.eventmodel.gradle.OutputLogEvent_1_2
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="2.0")
@PluginVersion(since="1.14")
public class OutputLogEvent_1_2
extends OutputLogEvent_1_1
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_2 events may be published.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("if the log message contains no exception") LongThe failure id in case of an exception in the log message.Fields inherited from class com.gradle.scan.eventmodel.gradle.OutputLogEvent_1_1
ownerFields inherited from class com.gradle.scan.eventmodel.gradle.OutputLogEvent_1_0
common, failure, message -
Constructor Summary
ConstructorsConstructorDescriptionOutputLogEvent_1_2(OutputEventCommon_1_0 common, String message, @Nullable OutputOwnerRef_1_0 owner, @Nullable Long failureId) -
Method Summary
-
Field Details
-
failureId
@Nullable("if the log message contains no exception") public final @Nullable("if the log message contains no exception") Long failureIdThe failure id in case of an exception in the log message.The failure id is mapped to a
Exception_3_0inExceptionData_1_0.
-
-
Constructor Details
-
OutputLogEvent_1_2
public OutputLogEvent_1_2(OutputEventCommon_1_0 common, String message, @Nullable @Nullable OutputOwnerRef_1_0 owner, @Nullable @Nullable Long failureId)
-
-
Method Details
-
equals
- Overrides:
equalsin classOutputLogEvent_1_1
-
hashCode
public int hashCode()- Overrides:
hashCodein classOutputLogEvent_1_1
-
toString
- Overrides:
toStringin classOutputLogEvent_1_1
-