Uses of Class
hudson.FilePath.TarCompression
-
Packages that use FilePath.TarCompression Package Description hudson jenkins.model -
-
Uses of FilePath.TarCompression in hudson
Methods in hudson that return FilePath.TarCompression Modifier and Type Method Description static FilePath.TarCompression
FilePath.TarCompression. valueOf(String name)
Returns the enum constant of this type with the specified name.static FilePath.TarCompression[]
FilePath.TarCompression. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in hudson with parameters of type FilePath.TarCompression Modifier and Type Method Description int
FilePath. copyRecursiveTo(DirScanner scanner, FilePath target, String description, FilePath.TarCompression compression)
Copies files according to a specified scanner to a target node.void
FilePath. untar(FilePath target, FilePath.TarCompression compression)
When thisFilePath
represents a tar file, extracts that tar file.void
FilePath. untarFrom(InputStream _in, FilePath.TarCompression compression)
Reads the given InputStream as a tar file and extracts it into this directory. -
Uses of FilePath.TarCompression in jenkins.model
Fields in jenkins.model declared as FilePath.TarCompression Modifier and Type Field Description static FilePath.TarCompression
StandardArtifactManager. TAR_COMPRESSION
-