public class SQLStep
extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
SQLStep.DescriptorImpl |
static class |
SQLStep.Execution |
ExtensionPoint.LegacyInstancesAreScopedToHudson| Modifier and Type | Field and Description |
|---|---|
static SQLStep.DescriptorImpl |
DESCRIPTOR |
| Modifier and Type | Method and Description |
|---|---|
String |
getConnection() |
org.jenkinsci.plugins.workflow.steps.StepDescriptor |
getDescriptor() |
List<Object> |
getParameters() |
String |
getSql() |
void |
setConnection(String connection) |
void |
setParameters(List<Object> parameters) |
@Extension(optional=true) public static final SQLStep.DescriptorImpl DESCRIPTOR
@DataBoundConstructor public SQLStep(String sql)
public String getSql()
public String getConnection()
@DataBoundSetter public void setConnection(@CheckForNull String connection)
public org.jenkinsci.plugins.workflow.steps.StepDescriptor getDescriptor()
getDescriptor in interface Describable<org.jenkinsci.plugins.workflow.steps.Step>getDescriptor in class org.jenkinsci.plugins.workflow.steps.StepCopyright © 2016–2020. All rights reserved.