@Symbol(value="sqlplusrunner")
public class SQLPlusRunnerBuilder
extends hudson.tasks.Builder
implements jenkins.tasks.SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
SQLPlusRunnerBuilder.DescriptorImpl |
jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory| 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)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCredentialsId() |
String |
getCustomOracleHome() |
String |
getCustomSQLPlusHome() |
String |
getCustomTNSAdmin() |
SQLPlusRunnerBuilder.DescriptorImpl |
getDescriptor() |
String |
getInstance() |
String |
getPassword() |
String |
getScript() |
String |
getScriptContent() |
String |
getScriptType() |
String |
getUser() |
void |
perform(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
void |
setCustomOracleHome(String customOracleHome) |
void |
setCustomSQLPlusHome(String customSQLPlusHome) |
void |
setCustomTNSAdmin(String customTNSAdmin) |
getProjectAction, getProjectAction, getProjectActions, perform, 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 getCredentialsId()
public void perform(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener)
throws InterruptedException,
IOException
perform in interface jenkins.tasks.SimpleBuildStepInterruptedExceptionIOExceptionpublic SQLPlusRunnerBuilder.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.BuilderCopyright © 2013–2018. All rights reserved.