public class TestStepBuilder extends BaseStepBuilder
| Modifier and Type | Class and Description |
|---|---|
static class |
TestStepBuilder.DescriptorImpl |
compareOptions, connection, packageId, stepId| 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() |
protected PowerShellCommand |
getPowerShellCommand(hudson.FilePath workspace) |
String |
getRunTestMode() |
String |
getRunTests() |
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, getPackageId, getPassword, getServer, getServerType, getStepId, getUserName, perform, postExecute, processStepParameterInvalid, serverTypeEquals, setCompareOptionspublic String getRunTestMode()
public String getRunTests()
public String getDgenFile()
public boolean getGenerateTestData()
@DataBoundSetter public void setDgenFile(String dgenFile)
@DataBoundSetter public void setGenerateTestData(boolean generateTestData)
public boolean prebuild(hudson.model.Build build,
hudson.model.BuildListener listener)
prebuild in class hudson.tasks.Builderprotected boolean preExecute(hudson.Launcher launcher,
hudson.model.TaskListener listener,
hudson.FilePath workspace)
preExecute in class BaseStepBuilderprotected PowerShellCommand getPowerShellCommand(hudson.FilePath workspace)
getPowerShellCommand in class BaseStepBuilderCopyright © 2016–2019. All rights reserved.