hudson.plugins.logparser
Class LogParserStatusComputer

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.util.HashMap<java.lang.String,java.lang.String> getComputedStatusMatches()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

getComputedStatusMatches

public java.util.HashMap<java.lang.String,java.lang.String> getComputedStatusMatches()


Copyright © 2010. All Rights Reserved.