hudson.plugins.logparser
Class LogParserStatusComputer
java.lang.Object
hudson.plugins.logparser.LogParserStatusComputer
- All Implemented Interfaces:
- java.io.Serializable
public class LogParserStatusComputer
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
LogParserStatusComputer(hudson.remoting.VirtualChannel channel,
hudson.FilePath filePath,
java.lang.String[] parsingRulesArray,
java.util.regex.Pattern[] compiledPatterns,
int linesInLog,
java.lang.String signature)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogParserStatusComputer
public LogParserStatusComputer(hudson.remoting.VirtualChannel channel,
hudson.FilePath filePath,
java.lang.String[] parsingRulesArray,
java.util.regex.Pattern[] compiledPatterns,
int linesInLog,
java.lang.String signature)
throws java.io.IOException,
java.lang.InterruptedException
- Throws:
java.io.IOException
java.lang.InterruptedException
getComputedStatusMatches
public java.util.HashMap<java.lang.String,java.lang.String> getComputedStatusMatches()
Copyright © 2010. All Rights Reserved.