hudson.plugins.logparser
Class LogParserParser
java.lang.Object
hudson.plugins.logparser.LogParserParser
public class LogParserParser
- extends java.lang.Object
|
Constructor Summary |
LogParserParser(java.lang.String parsingRulesPath,
hudson.remoting.VirtualChannel channel)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogParserParser
public LogParserParser(java.lang.String parsingRulesPath,
hudson.remoting.VirtualChannel channel)
throws java.io.FileNotFoundException,
java.io.IOException
- Throws:
java.io.FileNotFoundException
java.io.IOException
parseLog
public LogParserResult parseLog(hudson.model.AbstractBuild build)
throws java.io.FileNotFoundException,
java.io.IOException,
java.lang.InterruptedException
- Throws:
java.io.FileNotFoundException
java.io.IOException
java.lang.InterruptedException
parseLine
public java.lang.String parseLine(java.lang.String line)
throws java.io.IOException
- Throws:
java.io.IOException
parseLine
public java.lang.String parseLine(java.lang.String line,
java.lang.String status)
throws java.io.IOException
- Throws:
java.io.IOException
incrementCounter
public void incrementCounter(java.lang.String status)
incrementCounterPerSection
public void incrementCounterPerSection(java.lang.String status,
int sectionNumber)
Copyright © 2010. All Rights Reserved.