Class MvnOutputSpan_1_0

java.lang.Object
com.gradle.scan.eventmodel.maven.output.MvnOutputSpan_1_0

@MavenExtensionVersion(since="1.2") public class MvnOutputSpan_1_0 extends Object
A styled span of text in a single output line.
See Also:
  • Field Details

    • text

      public final String text
      The output message.
    • styles

      @Nullable public final @Nullable List<String> styles
      The render styles.

      null if the text has no styles.

  • Constructor Details

    • MvnOutputSpan_1_0

      public MvnOutputSpan_1_0(String text, @Nullable @Nullable List<String> styles)
  • Method Details