Package jenkins.util

Class ScriptListener.ListenerWriter

java.lang.Object
java.io.Writer
jenkins.util.ScriptListener.ListenerWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable
Enclosing interface:
ScriptListener

@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public static class ScriptListener.ListenerWriter extends Writer
Writer that calls ScriptListener.fireScriptOutput(String, Object, Object, String, hudson.model.User) with the output it writes to the wrapped Writer, and otherwise just forwards flush() and close().