@Symbol(value="sqlplusrunner") public class SQLPlusRunnerBuilder extends Builder implements SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
SQLPlusRunnerBuilder.DescriptorImpl |
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactoryBuildStep.PublisherListExtensionPoint.LegacyInstancesAreScopedToHudsonBUILDERS, PUBLISHERS| Constructor and Description |
|---|
SQLPlusRunnerBuilder(String credentialsId,
String instance,
String scriptType,
String script,
String scriptContent) |
SQLPlusRunnerBuilder(String credentialsId,
String instance,
String scriptType,
String script,
String scriptContent,
String customOracleHome,
String customSQLPlusHome,
String customTNSAdmin,
String customNLSLang,
String customSQLPath) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCredentialsId() |
String |
getCustomNLSLang() |
String |
getCustomOracleHome() |
String |
getCustomSQLPath() |
String |
getCustomSQLPlusHome() |
String |
getCustomTNSAdmin() |
SQLPlusRunnerBuilder.DescriptorImpl |
getDescriptor() |
String |
getInstance() |
String |
getPassword() |
String |
getScript() |
String |
getScriptContent() |
String |
getScriptType() |
String |
getUser() |
void |
perform(Run<?,?> build,
FilePath workspace,
Launcher launcher,
TaskListener listener) |
void |
setCustomNLSLang(String customNLSLang) |
void |
setCustomOracleHome(String customOracleHome) |
void |
setCustomSQLPath(String customSQLPath) |
void |
setCustomSQLPlusHome(String customSQLPlusHome) |
void |
setCustomTNSAdmin(String customTNSAdmin) |
all, getRequiredMonitorService, prebuildgetProjectAction, getProjectAction, getProjectActions, perform, perform, prebuildclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProjectAction, getProjectActions, getRequiredMonitorService, perform, prebuild@DataBoundConstructor public SQLPlusRunnerBuilder(String credentialsId, String instance, String scriptType, String script, String scriptContent)
@DataBoundSetter public void setCustomOracleHome(String customOracleHome)
@DataBoundSetter public void setCustomSQLPlusHome(String customSQLPlusHome)
@DataBoundSetter public void setCustomTNSAdmin(String customTNSAdmin)
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 String getCustomNLSLang()
@DataBoundSetter public void setCustomNLSLang(String customNLSLang)
public String getCustomSQLPath()
@DataBoundSetter public void setCustomSQLPath(String customSQLPath)
public String getCredentialsId()
public void perform(Run<?,?> build, FilePath workspace, Launcher launcher, TaskListener listener) throws InterruptedException, IOException
perform in interface SimpleBuildStepInterruptedExceptionIOExceptionpublic SQLPlusRunnerBuilder.DescriptorImpl getDescriptor()
getDescriptor in interface Describable<Builder>getDescriptor in class BuilderCopyright © 2013–2021. All rights reserved.