public class SQLPlusRunnerBuilder
extends hudson.tasks.Builder
| Modifier and Type | Class and Description |
|---|---|
static class |
SQLPlusRunnerBuilder.DescriptorImpl |
| Constructor and Description |
|---|
SQLPlusRunnerBuilder(String user,
String password,
String instance,
String scriptType,
String script,
String scriptContent,
String customOracleHome,
String customSQLPlusHome,
String customTNSAdmin) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomOracleHome() |
String |
getCustomSQLPlusHome() |
String |
getCustomTNSAdmin() |
SQLPlusRunnerBuilder.DescriptorImpl |
getDescriptor() |
String |
getInstance() |
String |
getPassword() |
String |
getScript() |
String |
getScriptContent() |
String |
getScriptType() |
String |
getUser() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public String getUser()
public String getPassword()
public String getInstance()
public String getScriptType()
public String getScript()
public String getScriptContent()
public String getCustomOracleHome()
public String getCustomSQLPlusHome()
public String getCustomTNSAdmin()
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic SQLPlusRunnerBuilder.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.BuilderCopyright © 2016–2018. All rights reserved.