public class LogParserParser extends Object
| Constructor and Description |
|---|
LogParserParser(hudson.FilePath parsingRulesFile,
boolean preformattedHtml,
hudson.remoting.VirtualChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
void |
incrementCounter(String status) |
void |
incrementCounterPerSection(String status,
int sectionNumber) |
String |
parseLine(String line) |
String |
parseLine(String line,
String status) |
LogParserResult |
parseLog(hudson.model.AbstractBuild build)
Deprecated.
|
LogParserResult |
parseLog(hudson.model.Run<?,?> build) |
public LogParserParser(hudson.FilePath parsingRulesFile,
boolean preformattedHtml,
hudson.remoting.VirtualChannel channel)
throws IOException
IOException@Deprecated public LogParserResult parseLog(hudson.model.AbstractBuild build) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic LogParserResult parseLog(hudson.model.Run<?,?> build) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic String parseLine(String line) throws IOException
IOExceptionpublic String parseLine(String line, String status) throws IOException
IOExceptionpublic void incrementCounter(String status)
public void incrementCounterPerSection(String status, int sectionNumber)
Copyright © 2004–2015. All rights reserved.