jenkins.plugins.logstash
public class LogstashOutputStream extends hudson.console.PlainTextConsoleOutputStream
| Modifier and Type | Field and Description |
|---|---|
protected BuildData |
buildData |
protected boolean |
connFailed |
protected LogstashIndexerDao |
dao |
protected OutputStream |
delegate |
protected String |
jenkinsUrl |
| Constructor and Description |
|---|
LogstashOutputStream(OutputStream delegate,
LogstashIndexerDao dao,
BuildData buildData,
String jenkinsUrl) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
eol(byte[] b,
int len) |
void |
flush() |
forceEol, trimEOL, write, writewriteprotected OutputStream delegate
protected LogstashIndexerDao dao
protected BuildData buildData
protected String jenkinsUrl
protected boolean connFailed
public LogstashOutputStream(OutputStream delegate, LogstashIndexerDao dao, BuildData buildData, String jenkinsUrl)
protected void eol(byte[] b,
int len)
throws IOException
eol in class hudson.console.PlainTextConsoleOutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class hudson.console.PlainTextConsoleOutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in class hudson.console.PlainTextConsoleOutputStreamIOExceptionCopyright © 2004-2015. All Rights Reserved.