Class OutputSpan_1_0

java.lang.Object
com.gradle.scan.eventmodel.gradle.output.OutputSpan_1_0

@PluginVersion(since="1.0") public class OutputSpan_1_0 extends Object
An output message with an associated render style.
  • Field Details

    • text

      public final String text
      The output message.
    • style

      public final String style
      The render style.
  • Constructor Details

    • OutputSpan_1_0

      public OutputSpan_1_0(String text, String style)
  • Method Details