public class SauceOnDemandBuildWrapper.SauceOnDemandLogParser extends hudson.console.LineTransformationOutputStream implements Serializable
| Constructor and Description |
|---|
SauceOnDemandLogParser(OutputStream outputStream,
Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
eol(byte[] b,
int len)
Decodes the line and add it to the
lines list. |
List<String> |
getLines() |
forceEol, trimEOL, write, writeflush, writepublic SauceOnDemandLogParser(OutputStream outputStream, Charset charset)
protected void eol(byte[] b,
int len)
throws IOException
lines list.eol in class hudson.console.LineTransformationOutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class hudson.console.LineTransformationOutputStreamIOExceptionCopyright © 2004-2015. All Rights Reserved.