Interface LogMessageProcessorExtension

    • Method Detail

      • process

        @NotNull
        String process​(@NotNull
                       String message,
                       @NotNull
                       LogMessage originalMessage,
                       @NotNull
                       BuildPromotion promotion)
        Process single build log line.
        Parameters:
        message - build log string with escaped html (and possibly already processed by other LogMessageProcessorExtension)
        originalMessage - corresponding log message entity
        promotion - promotion that produced the build log.
        Returns:
        processed result.
        Since:
        9.1