Class MvnOutputStyledText_1_0

java.lang.Object
com.gradle.scan.eventmodel.maven.MvnOutputStyledText_1_0
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData

@MavenVersion(since="3.3.1") @MavenExtensionVersion(since="1.2") public class MvnOutputStyledText_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
An EventData that is published when a Maven line is printed to System.out or System.err.

Zero or more MvnOutputStyledText_1_0 events may be published.

  • Field Details

    • spans

      @Nullable public final @Nullable List<? extends MvnOutputSpan_1_0> spans
      The list of output spans associated with the styled text.

      null if it's an empty line.

    • owner

      @Nullable public final @Nullable MvnOutputOwnerRef_1_0 owner
      The owner of the output message.

      null if the message cannot be associated with an owner.

  • Constructor Details

  • Method Details