public class AntConsoleAnnotator
extends hudson.console.LineTransformationOutputStream
OutputStream that places an annotation that marks Ant target execution.| Constructor and Description |
|---|
AntConsoleAnnotator(OutputStream out,
Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
static hudson.console.ConsoleLogFilter |
asConsoleLogFilter() |
void |
close() |
protected void |
eol(byte[] b,
int len) |
void |
flush() |
forceEol, trimEOL, write, writewritepublic AntConsoleAnnotator(OutputStream out, Charset charset)
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.LineTransformationOutputStreamIOExceptionpublic static hudson.console.ConsoleLogFilter asConsoleLogFilter()
Copyright © 2016–2018. All rights reserved.