Package htmlpublisher.util
Class DirScanningQueueWriter
java.lang.Object
htmlpublisher.util.DirScanningQueueWriter
- All Implemented Interfaces:
FilePath.FileCallable<FileEntryQueue.Statistic>
,Serializable
,org.jenkinsci.remoting.RoleSensitive
public class DirScanningQueueWriter
extends Object
implements FilePath.FileCallable<FileEntryQueue.Statistic>
Executes a dir scanner and collects the scanned files into a queue on the
node, where the data is located
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DirScanningQueueWriter
-
-
Method Details
-
checkRoles
- Specified by:
checkRoles
in interfaceorg.jenkinsci.remoting.RoleSensitive
- Throws:
SecurityException
-
invoke
public FileEntryQueue.Statistic invoke(File f, hudson.remoting.VirtualChannel channel) throws IOException - Specified by:
invoke
in interfaceFilePath.FileCallable<FileEntryQueue.Statistic>
- Throws:
IOException
-