Class OutputLogEvent_1_1
java.lang.Object
com.gradle.scan.eventmodel.gradle.OutputLogEvent_1_0
com.gradle.scan.eventmodel.gradle.OutputLogEvent_1_1
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
OutputLogEvent_1_2
@GradleVersion(since="2.0")
@PluginVersion(since="1.13",
until="1.13")
public class OutputLogEvent_1_1
extends OutputLogEvent_1_0
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_1
events may be published.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable OutputOwnerRef_1_0
The owner of the log message.Fields inherited from class com.gradle.scan.eventmodel.gradle.OutputLogEvent_1_0
common, failure, message
-
Constructor Summary
ConstructorsConstructorDescriptionOutputLogEvent_1_1
(OutputEventCommon_1_0 common, String message, @Nullable ExceptionTree_1_0 failure, @Nullable OutputOwnerRef_1_0 owner) -
Method Summary
-
Field Details
-
owner
The owner of the log message.null
if the message cannot be associated with an owner.
-
-
Constructor Details
-
OutputLogEvent_1_1
public OutputLogEvent_1_1(OutputEventCommon_1_0 common, String message, @Nullable @Nullable ExceptionTree_1_0 failure, @Nullable @Nullable OutputOwnerRef_1_0 owner)
-
-
Method Details
-
equals
- Overrides:
equals
in classOutputLogEvent_1_0
-
hashCode
public int hashCode()- Overrides:
hashCode
in classOutputLogEvent_1_0
-
toString
- Overrides:
toString
in classOutputLogEvent_1_0
-