Package hudson.markup

Class EscapedMarkupFormatter

    • Constructor Detail

      • EscapedMarkupFormatter

        @DataBoundConstructor
        public EscapedMarkupFormatter()
    • Method Detail

      • translate

        public void translate​(String markup,
                              Writer output)
                       throws IOException
        Description copied from class: MarkupFormatter
        Given the text, converts that to HTML according to whatever markup rules implicit in the implementation class.

        Multiple threads can call this method concurrently with different inputs.

        Specified by:
        translate in class MarkupFormatter
        output - Formatted HTML should be sent to this output.
        Throws:
        IOException