Uses of Class
hudson.util.io.ArchiverFactory
-
Uses of ArchiverFactory in hudson
Modifier 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.archive
(ArchiverFactory factory, OutputStream os, FileFilter filter) int
FilePath.archive
(ArchiverFactory factory, OutputStream os, String glob) -
Uses of ArchiverFactory in hudson.util.io
Modifier and TypeFieldDescriptionstatic ArchiverFactory
ArchiverFactory.TAR
Uncompressed tar format.static ArchiverFactory
ArchiverFactory.TARGZ
tar+gzstatic ArchiverFactory
ArchiverFactory.ZIP
Zip format.Modifier and TypeMethodDescriptionstatic ArchiverFactory
ArchiverFactory.createZipWithPrefix
(String prefix, OpenOption... openOptions) Zip format, with prefix and optional OpenOptions.