Package hudson.plugins.logparser
Class LogParserParser
java.lang.Object
hudson.plugins.logparser.LogParserParser
-
Constructor Summary
ConstructorDescriptionLogParserParser
(FilePath parsingRulesFile, boolean preformattedHtml, hudson.remoting.VirtualChannel channel) -
Method Summary
Modifier and TypeMethodDescriptionvoid
incrementCounter
(String status) void
incrementCounterPerSection
(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:
IOException
InterruptedException
-
parseLog
- Throws:
IOException
InterruptedException
-
parseLine
- Throws:
IOException
-
parseLine
- Throws:
IOException
-
incrementCounter
-
incrementCounterPerSection
-