hudson.plugins.sauce_ondemand
Class SauceOnDemandBuildWrapper.SauceOnDemandLogParser
java.lang.Object
java.io.OutputStream
hudson.console.LineTransformationOutputStream
hudson.plugins.sauce_ondemand.SauceOnDemandBuildWrapper.SauceOnDemandLogParser
- All Implemented Interfaces:
- Closeable, Flushable, Serializable
- Enclosing class:
- SauceOnDemandBuildWrapper
public class SauceOnDemandBuildWrapper.SauceOnDemandLogParser
- extends hudson.console.LineTransformationOutputStream
- implements Serializable
- Author:
- Ross Rowe
- See Also:
- Serialized Form
| Methods inherited from class hudson.console.LineTransformationOutputStream |
forceEol, trimEOL, write, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SauceOnDemandBuildWrapper.SauceOnDemandLogParser
public SauceOnDemandBuildWrapper.SauceOnDemandLogParser(OutputStream outputStream,
Charset charset)
eol
protected void eol(byte[] b,
int len)
throws IOException
- Specified by:
eol in class hudson.console.LineTransformationOutputStream
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close in interface Closeable- Overrides:
close in class hudson.console.LineTransformationOutputStream
- Throws:
IOException
getLines
public List<String> getLines()
Copyright © 2004-2013. All Rights Reserved.