Package hudson.plugins.logparser
Class LogParserParser
java.lang.Object
hudson.plugins.logparser.LogParserParser
-
Constructor Summary
ConstructorsConstructorDescriptionLogParserParser(FilePath parsingRulesFile, boolean preformattedHtml, hudson.remoting.VirtualChannel channel) -
Method Summary
Modifier and TypeMethodDescriptionstatic StringvoidincrementCounter(String status) voidincrementCounterPerSection(String status, int sectionNumber) parseLog(AbstractBuild<?, ?> build) Deprecated.
-
Constructor Details
-
LogParserParser
public LogParserParser(FilePath parsingRulesFile, boolean preformattedHtml, hudson.remoting.VirtualChannel channel) throws IOException - Throws:
IOException
-
-
Method Details
-
parseLog
@Deprecated public LogParserResult parseLog(AbstractBuild<?, ?> build) throws IOException, InterruptedExceptionDeprecated.- Throws:
IOExceptionInterruptedException
-
parseLog
- Throws:
IOExceptionInterruptedException
-
parseLine
- Throws:
IOException
-
convertEscapeSequencesToHtml
-
parseLine
- Throws:
IOException
-
incrementCounter
-
incrementCounterPerSection
-