public class FileUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
addExit(String content,
hudson.FilePath filePath) |
static void |
addExitInTheEnd(hudson.FilePath filePath) |
static hudson.FilePath |
createTempScript(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
String content,
boolean slaveMachine) |
static boolean |
findFile(String name,
File file) |
static boolean |
hasExitCode(hudson.FilePath filePath) |
public static boolean hasExitCode(hudson.FilePath filePath)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic static void addExit(String content, hudson.FilePath filePath) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic static void addExitInTheEnd(hudson.FilePath filePath)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic static hudson.FilePath createTempScript(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
String content,
boolean slaveMachine)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionCopyright © 2013–2020. All rights reserved.