public final class FilePathUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
copyRecursiveTo(hudson.FilePath from,
hudson.FilePath to,
hudson.model.AbstractBuild build,
java.io.PrintStream logger) |
static void |
deleteRecursive(hudson.FilePath filePath,
java.io.PrintStream logger) |
public static void copyRecursiveTo(hudson.FilePath from,
hudson.FilePath to,
hudson.model.AbstractBuild build,
java.io.PrintStream logger)
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedExceptionpublic static void deleteRecursive(hudson.FilePath filePath,
java.io.PrintStream logger)