Uses of Enum Class
hudson.FilePath.TarCompression
-
Uses of FilePath.TarCompression in hudson
Modifier and TypeMethodDescriptionstatic FilePath.TarCompression
Returns the enum constant of this class with the specified name.static FilePath.TarCompression[]
FilePath.TarCompression.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionint
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
Modifier and TypeFieldDescriptionstatic FilePath.TarCompression
StandardArtifactManager.TAR_COMPRESSION