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.TarCompressionReturns 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 TypeMethodDescriptionintFilePath.copyRecursiveTo(DirScanner scanner, FilePath target, String description, FilePath.TarCompression compression) Copies files according to a specified scanner to a target node.voidFilePath.untar(FilePath target, FilePath.TarCompression compression) When thisFilePathrepresents a tar file, extracts that tar file.voidFilePath.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.TarCompressionStandardArtifactManager.TAR_COMPRESSION