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 Details

    • common

      public final OutputEventCommon_1_0 common
      The common details about the log message.
    • message

      public final String message
      The log message.
    • failure

      @Nullable public final @Nullable ExceptionTree_1_0 failure
      The failure in case of an exception in the log message.

      null if the log message contains no exception. null for plugin version ≥ 1.14.

  • Constructor Details

  • Method Details