Class FilesScanner
java.lang.Object
jenkins.MasterToSlaveFileCallable<edu.hm.hafner.analysis.Report>
io.jenkins.plugins.analysis.core.model.FilesScanner
- All Implemented Interfaces:
FilePath.FileCallable<edu.hm.hafner.analysis.Report>
,Serializable
,org.jenkinsci.remoting.RoleSensitive
@Deprecated
public class FilesScanner
extends MasterToSlaveFileCallable<edu.hm.hafner.analysis.Report>
Deprecated.
Scans files that match a specified Ant files pattern for issues and aggregates the found issues into a single
issues
instance. This callable will be invoked on an agent so all fields and the returned issues need to
be Serializable
.- Author:
- Ullrich Hafner
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFilesScanner
(String filePattern, String encoding, boolean followSymbolicLinks, edu.hm.hafner.analysis.IssueParser parser) Deprecated.Creates a new instance ofFilesScanner
. -
Method Summary
Methods inherited from class jenkins.MasterToSlaveFileCallable
checkRoles
-
Constructor Details
-
FilesScanner
public FilesScanner(String filePattern, String encoding, boolean followSymbolicLinks, edu.hm.hafner.analysis.IssueParser parser) Deprecated.Creates a new instance ofFilesScanner
.- Parameters:
filePattern
- ant file-set pattern to scan for files to parseencoding
- encoding of the files to parsefollowSymbolicLinks
- if the scanner should traverse symbolic linksparser
- the parser to use
-
-
Method Details
-
invoke
Deprecated.
-
AgentFileVisitor
in plugin-util