Package | Description |
---|---|
hudson |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
FilePath.untar(FilePath target,
FilePath.TarCompression compression)
When this
FilePath 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.
|
Copyright © 2015. All rights reserved.