public class StreamBuildListener extends StreamTaskListener implements BuildListener
BuildListener
that writes to an OutputStream
.
This class is remotable.NULL
Constructor and Description |
---|
StreamBuildListener(File out,
Charset charset) |
StreamBuildListener(OutputStream w) |
StreamBuildListener(OutputStream out,
Charset charset) |
StreamBuildListener(PrintStream w)
Deprecated.
as of 1.349
The caller should use
StreamBuildListener(OutputStream, Charset) to pass in
the charset and output stream separately, so that this class can handle encoding correctly. |
StreamBuildListener(PrintStream w,
Charset charset) |
close, closeQuietly, fromStderr, fromStdout, getCharset, getLogger
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
finished, started
_error, annotate, error, error, fatalError, fatalError, getCharset, getLogger, hyperlink
public StreamBuildListener(OutputStream out, Charset charset)
public StreamBuildListener(File out, Charset charset) throws IOException
IOException
public StreamBuildListener(OutputStream w)
@Deprecated public StreamBuildListener(PrintStream w)
StreamBuildListener(OutputStream, Charset)
to pass in
the charset and output stream separately, so that this class can handle encoding correctly.public StreamBuildListener(PrintStream w, Charset charset)
Copyright © 2004–2021. All rights reserved.