hudson.plugins.msbuild
Class MsBuildConsoleParser
java.lang.Object
java.io.OutputStream
hudson.console.LineTransformationOutputStream
hudson.plugins.msbuild.MsBuildConsoleParser
- All Implemented Interfaces:
- Closeable, Flushable
public class MsBuildConsoleParser
- extends hudson.console.LineTransformationOutputStream
Parser to find the number of Warnings/Errors of MsBuild compilation
- Author:
- Damien Finck
| 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 |
MsBuildConsoleParser
public MsBuildConsoleParser(OutputStream out,
Charset charset)
getNumberOfWarnings
public int getNumberOfWarnings()
getNumberOfErrors
public int getNumberOfErrors()
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
Copyright © 2004-2013. All Rights Reserved.