Package io.jenkins.plugins.report.jtreg
Class ReportParserCallable
- java.lang.Object
-
- jenkins.MasterToSlaveFileCallable<List<io.jenkins.plugins.report.jtreg.model.Suite>>
-
- io.jenkins.plugins.report.jtreg.ReportParserCallable
-
- All Implemented Interfaces:
FilePath.FileCallable<List<io.jenkins.plugins.report.jtreg.model.Suite>>
,Serializable
,org.jenkinsci.remoting.RoleSensitive
public class ReportParserCallable extends MasterToSlaveFileCallable<List<io.jenkins.plugins.report.jtreg.model.Suite>> implements FilePath.FileCallable<List<io.jenkins.plugins.report.jtreg.model.Suite>>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static io.jenkins.plugins.report.jtreg.model.Suite
FAKE_SUITE
-
Constructor Summary
Constructors Constructor Description ReportParserCallable(String reportMatcherGlob, io.jenkins.plugins.report.jtreg.parsers.ReportParser reportParser)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<io.jenkins.plugins.report.jtreg.model.Suite>
invoke(File f, hudson.remoting.VirtualChannel channel)
-
Methods inherited from class jenkins.MasterToSlaveFileCallable
checkRoles
-
-
-
-
Constructor Detail
-
ReportParserCallable
public ReportParserCallable(String reportMatcherGlob, io.jenkins.plugins.report.jtreg.parsers.ReportParser reportParser)
-
-
Method Detail
-
invoke
public List<io.jenkins.plugins.report.jtreg.model.Suite> invoke(File f, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException
- Specified by:
invoke
in interfaceFilePath.FileCallable<List<io.jenkins.plugins.report.jtreg.model.Suite>>
- Throws:
IOException
InterruptedException
-
-