|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FilePath.TarCompression | |
|---|---|
| hudson | |
| Uses of FilePath.TarCompression in hudson |
|---|
| Methods in hudson that return FilePath.TarCompression | |
|---|---|
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 | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||