Package io.jenkins.plugins.reporter.util
Class FilesScanner
- All Implemented Interfaces:
FilePath.FileCallable<Report>
,Serializable
,ControllerToAgentFileCallable<Report>
,org.jenkinsci.remoting.RoleSensitive
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFilesScanner
(String filePattern, ReportParser parser) Creates a new instance ofFilesScanner
. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jenkins.agents.ControllerToAgentFileCallable
checkRoles
-
Constructor Details
-
FilesScanner
Creates a new instance ofFilesScanner
.- Parameters:
filePattern
- ant file-set pattern to scan for files to parse
-
-
Method Details
-
invoke
public Report invoke(File workspace, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException - Throws:
IOException
InterruptedException
-