Class StandardOutputEvent


  • public class StandardOutputEvent
    extends java.lang.Object
    StandardOutputEvent is emitted whenever a generic message is written, for example warnings from the pulumi CLI itself. Less common than DiagnosticEvent.
    • Constructor Summary

      Constructors 
      Constructor Description
      StandardOutputEvent​(java.lang.String message, java.lang.String color)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String color()
      Gets the color for display.
      java.lang.String message()
      Gets the message content.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StandardOutputEvent

        public StandardOutputEvent​(java.lang.String message,
                                   java.lang.String color)
    • Method Detail

      • message

        public java.lang.String message()
        Gets the message content.
        Returns:
        the message
      • color

        public java.lang.String color()
        Gets the color for display.
        Returns:
        the color