public abstract class BaseStepBuilder
extends hudson.tasks.Builder
| Modifier and Type | Field and Description |
|---|---|
protected String |
compareOptions |
protected ConnectionInfo |
connection |
protected String |
packageId |
protected StepIds |
stepId |
| Constructor and Description |
|---|
BaseStepBuilder(String packageId,
String serverType,
String server,
String authenticationType,
String userName,
hudson.util.Secret password,
String database) |
| Modifier and Type | Method and Description |
|---|---|
String |
authenticationTypeEquals(String authenticationType) |
String |
getAuthenticationType() |
String |
getCompareOptions() |
String |
getDatabase() |
String |
getPackageId() |
hudson.util.Secret |
getPassword() |
protected abstract PowerShellCommand |
getPowerShellCommand(hudson.FilePath workspace) |
String |
getServer() |
String |
getServerType() |
StepIds |
getStepId() |
String |
getUserName() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
protected void |
postExecute(hudson.Launcher launcher,
hudson.model.TaskListener listener,
hudson.FilePath workspace,
boolean buildSuccessful) |
protected boolean |
preExecute(hudson.Launcher launcher,
hudson.model.TaskListener listener,
hudson.FilePath workspace) |
protected void |
processStepParameterInvalid(String parameterName,
String parameterValue,
String errorMessage,
hudson.model.BuildListener listener) |
String |
serverTypeEquals(String serverType) |
void |
setCompareOptions(String compareOptions) |
all, getDescriptor, getRequiredMonitorService, prebuildprotected final String packageId
protected StepIds stepId
protected String compareOptions
protected ConnectionInfo connection
public String getPackageId()
public String getServerType()
public String getServer()
public String getDatabase()
public String getAuthenticationType()
public String getUserName()
public hudson.util.Secret getPassword()
public String getCompareOptions()
@DataBoundSetter public void setCompareOptions(String compareOptions)
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerprotected boolean preExecute(hudson.Launcher launcher,
hudson.model.TaskListener listener,
hudson.FilePath workspace)
protected void processStepParameterInvalid(String parameterName, String parameterValue, String errorMessage, hudson.model.BuildListener listener)
protected void postExecute(hudson.Launcher launcher,
hudson.model.TaskListener listener,
hudson.FilePath workspace,
boolean buildSuccessful)
protected abstract PowerShellCommand getPowerShellCommand(hudson.FilePath workspace)
public StepIds getStepId()
Copyright © 2016–2019. All rights reserved.