Class FileUtil
java.lang.Object
org.jenkinsci.plugins.sqlplus.script.runner.FileUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidaddExitInTheEnd(FilePath filePath) static FilePathcreateTempScript(Run<?, ?> build, FilePath workspace, String content, boolean agentMachine) static booleanstatic booleanhasExitCode(FilePath filePath)
-
Method Details
-
hasExitCode
- Throws:
IOExceptionInterruptedException
-
addExit
public static void addExit(String content, FilePath filePath) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-
addExitInTheEnd
- Throws:
IOExceptionInterruptedException
-
createTempScript
public static FilePath createTempScript(Run<?, ?> build, FilePath workspace, String content, boolean agentMachine) throws IOException, InterruptedException- Throws:
IOExceptionInterruptedException
-
findFile
-