Uses of Class
hudson.util.DirScanner
Packages that use DirScanner
-
Uses of DirScanner in hudson
Subclasses of DirScanner in hudsonModifier and TypeClassDescriptionstatic final class
Helper class to make it easy to send an explicit list of files usingFilePath
methods.Methods in hudson with parameters of type DirScannerModifier and TypeMethodDescriptionint
FilePath.archive
(ArchiverFactory factory, OutputStream os, DirScanner scanner) Archives this directory into the specified archive format, to the givenOutputStream
, by usingDirScanner
to choose what files to include.int
FilePath.archive
(ArchiverFactory factory, OutputStream os, DirScanner scanner, String verificationRoot, OpenOption... openOptions) Archives this directory into the specified archive format, to the givenOutputStream
, by usingDirScanner
to choose what files to include.int
FilePath.copyRecursiveTo
(DirScanner scanner, FilePath target, String description) Copies files according to a specified scanner to a target node.int
FilePath.copyRecursiveTo
(DirScanner scanner, FilePath target, String description, FilePath.TarCompression compression) Copies files according to a specified scanner to a target node.int
FilePath.tar
(OutputStream out, DirScanner scanner) Uses the given scanner on 'this' directory to list up files and then archive it to a tar stream.int
FilePath.zip
(OutputStream out, DirScanner scanner) Uses the given scanner on 'this' directory to list up files and then archive it to a zip stream.int
FilePath.zip
(OutputStream out, DirScanner scanner, String verificationRoot, String prefix, OpenOption... openOptions) Uses the given scanner on 'this' directory to list up files and then archive it to a zip stream. -
Uses of DirScanner in hudson.util
Subclasses of DirScanner in hudson.utilModifier and TypeClassDescriptionstatic class
Scans by filtering things out fromFileFilter
.static class
Scans everything recursively.static class
Scans by using Ant GLOB syntax.