Package jenkins.util

Class MarkFindingOutputStream

  • All Implemented Interfaces:
    Closeable, Flushable, AutoCloseable

    public abstract class MarkFindingOutputStream
    extends OutputStream
    Filtering OutputStream that looks for MARK in the output stream and notifies the callback. The mark itself will be removed from the stream.
    Since:
    1.458
    Author:
    Kohsuke Kawaguchi