public class SyncStepBuilder extends BaseExecuteStepBuilder
| Modifier and Type | Class and Description |
|---|---|
static class |
SyncStepBuilder.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
protected String |
packageId |
additionalOptions, connection| Constructor and Description |
|---|
SyncStepBuilder(String packageId,
String server,
String database,
String authenticationType,
String userName,
hudson.util.Secret password) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPackageId() |
protected PowerShellCommand |
getPowerShellCommand(hudson.FilePath workspace) |
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) |
authenticationTypeEquals, getAuthenticationType, getCompareOptions, getDatabase, getFilterFile, getPassword, getServer, getServerType, getStepId, getTransactionIsoLvl, getUserName, perform, postExecute, processStepParameterInvalid, serverTypeEquals, setCompareOptions, setFilterFile, setTransactionIsoLvl, validateFilterFileprotected final String packageId
public String getPackageId()
public boolean prebuild(hudson.model.Build build,
hudson.model.BuildListener listener)
prebuild in class hudson.tasks.Builderprotected void onStarted(hudson.model.BuildListener listener)
onStarted in class BaseExecuteStepBuilderprotected boolean preExecute(hudson.Launcher launcher,
hudson.model.TaskListener listener,
hudson.FilePath workspace)
preExecute in class BaseExecuteStepBuilderprotected PowerShellCommand getPowerShellCommand(hudson.FilePath workspace)
getPowerShellCommand in class BaseExecuteStepBuilderCopyright © 2016–2021. All rights reserved.