Package io.jenkins.plugins.reporter.util
Class FilesScanner
- java.lang.Object
-
- jenkins.MasterToSlaveFileCallable<Report>
-
- io.jenkins.plugins.reporter.util.FilesScanner
-
- All Implemented Interfaces:
FilePath.FileCallable<Report>
,Serializable
,org.jenkinsci.remoting.RoleSensitive
public class FilesScanner extends MasterToSlaveFileCallable<Report>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FilesScanner(String filePattern, ReportParser parser)
Creates a new instance ofFilesScanner
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Report
invoke(File workspace, hudson.remoting.VirtualChannel channel)
-
Methods inherited from class jenkins.MasterToSlaveFileCallable
checkRoles
-
-
-
-
Constructor Detail
-
FilesScanner
public FilesScanner(String filePattern, ReportParser parser)
Creates a new instance ofFilesScanner
.- Parameters:
filePattern
- ant file-set pattern to scan for files to parse
-
-
Method Detail
-
invoke
public Report invoke(File workspace, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
-