Package hudson.plugins.logparser
Class LogParserStatusComputer
java.lang.Object
jenkins.security.MasterToSlaveCallable<HashMap<String,String>,RuntimeException>
hudson.plugins.logparser.LogParserStatusComputer
- All Implemented Interfaces:
hudson.remoting.Callable<HashMap<String,,String>, RuntimeException> Serializable,org.jenkinsci.remoting.RoleSensitive
public class LogParserStatusComputer
extends MasterToSlaveCallable<HashMap<String,String>,RuntimeException>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLogParserStatusComputer(InputStream log, String[] parsingRulesArray, Pattern[] compiledPatterns, String signature) Deprecated.LogParserStatusComputer(InputStream log, String[] parsingRulesArray, Pattern[] compiledPatterns, String signature, Charset charset) -
Method Summary
Methods inherited from class jenkins.security.MasterToSlaveCallable
checkRolesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.remoting.Callable
getChannelOrFail, getOpenChannelOrFail
-
Constructor Details
-
LogParserStatusComputer
public LogParserStatusComputer(InputStream log, String[] parsingRulesArray, Pattern[] compiledPatterns, String signature, Charset charset) -
LogParserStatusComputer
@Deprecated public LogParserStatusComputer(InputStream log, String[] parsingRulesArray, Pattern[] compiledPatterns, String signature) throws IOException, InterruptedException Deprecated.Prefer the other constructor that allows for passing in theCharset. This constructor relies on the default charset.- Parameters:
log-parsingRulesArray-compiledPatterns-signature-- Throws:
IOExceptionInterruptedException
-
-
Method Details
-
call
-