public class SQLPlusRunner extends Object implements Serializable
| Constructor and Description |
|---|
SQLPlusRunner(hudson.model.Run<?,?> build,
hudson.model.TaskListener listener,
hudson.Launcher launcher,
hudson.FilePath workspace,
boolean isHideSQLPlusVersion,
String user,
String password,
String instance,
String script,
String globalOracleHome,
String globalSQLPlusHome,
String globalTNSAdmin,
String scriptType,
String customOracleHome,
String customSQLPlusHome,
String customTNSAdmin,
boolean tryToDetectOracleHome,
boolean debug) |
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Main process to run SQLPlus
|
void |
runGetSQLPLusVersion(String customSQLPlusHome,
String oracleHome,
hudson.model.TaskListener listener,
hudson.Launcher launcher)
Get SQL Plus version
|
public SQLPlusRunner(hudson.model.Run<?,?> build,
hudson.model.TaskListener listener,
hudson.Launcher launcher,
hudson.FilePath workspace,
boolean isHideSQLPlusVersion,
String user,
String password,
String instance,
String script,
String globalOracleHome,
String globalSQLPlusHome,
String globalTNSAdmin,
String scriptType,
String customOracleHome,
String customSQLPlusHome,
String customTNSAdmin,
boolean tryToDetectOracleHome,
boolean debug)
public void run()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionCopyright © 2013–2019. All rights reserved.