public class SyncStepBuilder extends BaseStepBuilder
| Modifier and Type | Class and Description |
|---|---|
static class |
SyncStepBuilder.DescriptorImpl |
additionalOptions, connection, packageId, stepId| Constructor and Description |
|---|
SyncStepBuilder(String packageId,
String server,
String database,
String authenticationType,
String userName,
hudson.util.Secret password) |
| Modifier and Type | Method and Description |
|---|---|
protected PowerShellCommand |
getPowerShellCommand(hudson.FilePath workspace) |
boolean |
prebuild(hudson.model.Build build,
hudson.model.BuildListener listener) |
protected boolean |
preExecute(hudson.Launcher launcher,
hudson.model.TaskListener listener,
hudson.FilePath workspace) |
authenticationTypeEquals, getAuthenticationType, getCompareOptions, getDatabase, getFilterFile, getPackageId, getPassword, getServer, getServerType, getStepId, getTransactionIsoLvl, getUserName, perform, postExecute, processStepParameterInvalid, serverTypeEquals, setCompareOptions, setFilterFile, setTransactionIsoLvl, validateFilterFilepublic 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.