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
ConstructorDescriptionLogParserStatusComputer
(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
checkRoles
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
IOException
InterruptedException
-
-
Method Details
-
call
-