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) |
static BuildSummary |
extractSummary(hudson.model.Run<?,?> run,
java.lang.String reportPath) |
static hudson.FilePath |
getPreviousReport(hudson.model.Run<?,?> run) |
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)
public static hudson.FilePath getPreviousReport(hudson.model.Run<?,?> run)
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedExceptionpublic static BuildSummary extractSummary(hudson.model.Run<?,?> run, java.lang.String reportPath)