Uses of Enum Class
hudson.FilePath.TarCompression
Packages that use FilePath.TarCompression
-
Uses of FilePath.TarCompression in hudson
Methods in hudson that return FilePath.TarCompressionModifier 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.Methods in hudson with parameters of type FilePath.TarCompressionModifier 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
Fields in jenkins.model declared as FilePath.TarCompressionModifier and TypeFieldDescriptionstatic FilePath.TarCompression
StandardArtifactManager.TAR_COMPRESSION