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:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final io.jenkins.plugins.report.jtreg.model.Suite
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ReportParserCallable(String reportMatcherGlob, io.jenkins.plugins.report.jtreg.parsers.ReportParser reportParser)
     
  • Method Summary

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.jenkinsci.remoting.RoleSensitive

    checkRoles
  • Field Details

    • FAKE_SUITE

      public static final io.jenkins.plugins.report.jtreg.model.Suite FAKE_SUITE
  • Constructor Details

    • ReportParserCallable

      public ReportParserCallable(String reportMatcherGlob, io.jenkins.plugins.report.jtreg.parsers.ReportParser reportParser)
  • Method Details