Class MsBuildConsoleParser
java.lang.Object
java.io.OutputStream
hudson.console.LineTransformationOutputStream
hudson.plugins.msbuild.MsBuildConsoleParser
- All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
Parser to find the number of Warnings/Errors of MsBuild compilation
- Author:
- Damien Finck
-
Nested Class Summary
Nested classes/interfaces inherited from class LineTransformationOutputStream
LineTransformationOutputStream.Delegating -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class LineTransformationOutputStream
forceEol, trimEOL, write, writeMethods inherited from class OutputStream
flush, nullOutputStream, write
-
Constructor Details
-
MsBuildConsoleParser
-
-
Method Details
-
getNumberOfWarnings
public int getNumberOfWarnings() -
getNumberOfErrors
public int getNumberOfErrors() -
eol
- Specified by:
eolin classLineTransformationOutputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classLineTransformationOutputStream- Throws:
IOException
-