Package io.jenkins.plugins.reporter
Class ReportScanner
- java.lang.Object
-
- io.jenkins.plugins.reporter.ReportScanner
-
public class ReportScanner extends Object
-
-
Constructor Summary
Constructors Constructor Description ReportScanner(Run<?,?> run, Provider provider, FilePath workspace, TaskListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Report>
findPreviousReport(Run<?,?> run, String id)
Report
scan()
-
-
-
Constructor Detail
-
ReportScanner
public ReportScanner(Run<?,?> run, Provider provider, FilePath workspace, TaskListener listener)
-
-
Method Detail
-
scan
public Report scan() throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
-