public class LogstashOutputStream
extends hudson.console.LineTransformationOutputStream
| Constructor and Description |
|---|
LogstashOutputStream(OutputStream delegate,
LogstashWriter logstash) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
eol(byte[] b,
int len) |
void |
flush() |
com.michelin.cio.hudson.plugins.maskpasswords.MaskPasswordsOutputStream |
maskPasswords(List<com.michelin.cio.hudson.plugins.maskpasswords.MaskPasswordsBuildWrapper.VarPasswordPair> passwords) |
forceEol, trimEOL, write, writewritepublic LogstashOutputStream(OutputStream delegate, LogstashWriter logstash)
public com.michelin.cio.hudson.plugins.maskpasswords.MaskPasswordsOutputStream maskPasswords(List<com.michelin.cio.hudson.plugins.maskpasswords.MaskPasswordsBuildWrapper.VarPasswordPair> passwords)
protected void eol(byte[] b,
int len)
throws IOException
eol in class hudson.console.LineTransformationOutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class hudson.console.LineTransformationOutputStreamIOExceptionCopyright © 2004-2016. All Rights Reserved.