public class TestStepBuilder extends BaseExecuteStepBuilder
Modifier and Type | Class and Description |
---|---|
static class |
TestStepBuilder.DescriptorImpl |
additionalOptions, connection
Constructor and Description |
---|
TestStepBuilder(String packageId,
String serverType,
String server,
String database,
String authenticationType,
String userName,
hudson.util.Secret password,
String runTestMode,
String runTests) |
Modifier and Type | Method and Description |
---|---|
String |
getDgenFile() |
boolean |
getGenerateTestData() |
String |
getPackageId() |
protected PowerShellCommand |
getPowerShellCommand(hudson.FilePath workspace) |
String |
getRunTestMode() |
String |
getRunTests() |
protected void |
onStarted(hudson.model.BuildListener listener) |
boolean |
prebuild(hudson.model.Build build,
hudson.model.BuildListener listener) |
protected boolean |
preExecute(hudson.Launcher launcher,
hudson.model.TaskListener listener,
hudson.FilePath workspace) |
String |
runTestModeEquals(String runTestMode) |
void |
setDgenFile(String dgenFile) |
void |
setGenerateTestData(boolean generateTestData) |
authenticationTypeEquals, getAuthenticationType, getCompareOptions, getDatabase, getFilterFile, getPassword, getServer, getServerType, getStepId, getTransactionIsoLvl, getUserName, perform, postExecute, processStepParameterInvalid, serverTypeEquals, setCompareOptions, setFilterFile, setTransactionIsoLvl, validateFilterFile
public String getPackageId()
public String getRunTestMode()
public String getRunTests()
public String getDgenFile()
public boolean getGenerateTestData()
@DataBoundSetter public void setDgenFile(String dgenFile)
@DataBoundSetter public void setGenerateTestData(boolean generateTestData)
protected void onStarted(hudson.model.BuildListener listener)
onStarted
in class BaseExecuteStepBuilder
public boolean prebuild(hudson.model.Build build, hudson.model.BuildListener listener)
prebuild
in class hudson.tasks.Builder
protected boolean preExecute(hudson.Launcher launcher, hudson.model.TaskListener listener, hudson.FilePath workspace)
preExecute
in class BaseExecuteStepBuilder
protected PowerShellCommand getPowerShellCommand(hudson.FilePath workspace)
getPowerShellCommand
in class BaseExecuteStepBuilder
Copyright © 2016–2021. All rights reserved.