public class DatabaseConnectionStep
extends org.jenkinsci.plugins.workflow.steps.Step
| Modifier and Type | Class and Description |
|---|---|
static class |
DatabaseConnectionStep.DescriptorImpl |
static class |
DatabaseConnectionStep.Execution |
ExtensionPoint.LegacyInstancesAreScopedToHudson| Modifier and Type | Field and Description |
|---|---|
static DatabaseConnectionStep.DescriptorImpl |
DESCRIPTOR |
| Constructor and Description |
|---|
DatabaseConnectionStep() |
| Modifier and Type | Method and Description |
|---|---|
org.jenkinsci.plugins.workflow.steps.StepDescriptor |
getDescriptor() |
String |
getId() |
DatabaseType |
getType() |
void |
setId(String id) |
void |
setType(DatabaseType type) |
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
@Extension(optional=true) public static final DatabaseConnectionStep.DescriptorImpl DESCRIPTOR
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context)
throws Exception
start in class org.jenkinsci.plugins.workflow.steps.StepExceptionpublic DatabaseType getType()
@DataBoundSetter public void setType(DatabaseType type)
public String getId()
@DataBoundSetter public void setId(@CheckForNull String id)
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–2021. All rights reserved.