- zero() - Static method in class hudson.scheduler.Hash
-
Creates a hash that always return 0.
- ZERO - Static variable in class hudson.util.ClockDifference
-
- zip(OutputStream) - Method in class hudson.FilePath
-
Creates a zip file from this directory or a file and sends that to the given output stream.
- zip(FilePath) - Method in class hudson.FilePath
-
- zip(OutputStream, FileFilter) - Method in class hudson.FilePath
-
Creates a zip file from this directory by using the specified filter,
and sends the result to the given output stream.
- zip(OutputStream, String) - Method in class hudson.FilePath
-
Creates a zip file from this directory by only including the files that match the given glob.
- zip(OutputStream, DirScanner) - Method in class hudson.FilePath
-
Uses the given scanner on 'this' directory to list up files and then archive it to a zip stream.
- zip(OutputStream, DirScanner, String, boolean, String) - Method in class hudson.FilePath
-
Uses the given scanner on 'this' directory to list up files and then archive it to a zip stream.
- ZIP - Static variable in class hudson.util.io.ArchiverFactory
-
Zip format.
- zip(OutputStream, String, String, boolean, boolean, String) - Method in class jenkins.util.VirtualFile
-
Create a ZIP archive from the list of folders/files using the includes and excludes to filter them.
- ZipExtractionInstaller - Class in hudson.tools
-
Installs a tool into the Hudson working area by downloading and unpacking a ZIP file.
- ZipExtractionInstaller(String, String, String) - Constructor for class hudson.tools.ZipExtractionInstaller
-
- ZipExtractionInstaller.DescriptorImpl - Class in hudson.tools
-
- ZipExtractionInstaller_bad_connection() - Static method in class hudson.tools.Messages
-
Key ZipExtractionInstaller.bad_connection
: Server
rejected connection.
.
- ZipExtractionInstaller_could_not_connect() - Static method in class hudson.tools.Messages
-
Key ZipExtractionInstaller.could_not_connect
: Could not
connect to URL.
.
- ZipExtractionInstaller_DescriptorImpl_displayName() - Static method in class hudson.tools.Messages
-
Key ZipExtractionInstaller.DescriptorImpl.displayName
: Extract *.zip/*.tar.gz
.
- ZipExtractionInstaller_malformed_url() - Static method in class hudson.tools.Messages
-
Key ZipExtractionInstaller.malformed_url
: Malformed
URL.
.