Class MSBuildConsoleAnnotator
java.lang.Object
java.io.OutputStream
hudson.console.LineTransformationOutputStream
hudson.plugins.msbuild.MSBuildConsoleAnnotator
- All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
-
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
-
MSBuildConsoleAnnotator
-
-
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
-