public class WebLogicDeployerParameters extends Object
| Constructor and Description |
|---|
WebLogicDeployerParameters() |
WebLogicDeployerParameters(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
hudson.model.JDK usedJdk,
String deploymentName,
boolean isLibrary,
String deploymentTargets,
WeblogicEnvironment environment,
String artifactName,
String source,
WebLogicCommand command,
boolean silentMode,
String javaOpts,
String classpath,
WebLogicStageMode stageMode,
String deploymentPlan,
WebLogicOperationProcotol protocol) |
WebLogicDeployerParameters(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
hudson.model.JDK usedJdk,
String javaOpts,
String classpath) |
public WebLogicDeployerParameters()
public WebLogicDeployerParameters(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
hudson.model.JDK usedJdk,
String javaOpts,
String classpath)
build - launcher - listener - usedJdk - javaOpts - classpath - public WebLogicDeployerParameters(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
hudson.model.JDK usedJdk,
String deploymentName,
boolean isLibrary,
String deploymentTargets,
WeblogicEnvironment environment,
String artifactName,
String source,
WebLogicCommand command,
boolean silentMode,
String javaOpts,
String classpath,
WebLogicStageMode stageMode,
String deploymentPlan,
WebLogicOperationProcotol protocol)
build - launcher - listener - usedJdk - deploymentName - isLibrary - deploymentTargets - environment - artifactName - source - command - silentMode - javaOpts - classpath - stageMode - deploymentPlan - protocol - public hudson.model.AbstractBuild<?,?> getBuild()
public void setBuild(hudson.model.AbstractBuild<?,?> build)
build - the build to setpublic hudson.Launcher getLauncher()
public void setLauncher(hudson.Launcher launcher)
launcher - the launcher to setpublic hudson.model.BuildListener getListener()
public void setListener(hudson.model.BuildListener listener)
listener - the listener to setpublic hudson.model.JDK getUsedJdk()
public void setUsedJdk(hudson.model.JDK usedJdk)
usedJdk - the usedJdk to setpublic String getDeploymentName()
public void setDeploymentName(String deploymentName)
deploymentName - the deploymentName to setpublic boolean isLibrary()
public void setLibrary(boolean isLibrary)
isLibrary - the isLibrary to setpublic String getDeploymentTargets()
public void setDeploymentTargets(String deploymentTargets)
deploymentTargets - the deploymentTargets to setpublic WeblogicEnvironment getEnvironment()
public void setEnvironment(WeblogicEnvironment environment)
environment - the environment to setpublic String getArtifactName()
public void setArtifactName(String artifactName)
artifactName - the artifactName to setpublic String getSource()
public void setSource(String source)
source - the source to setpublic WebLogicCommand getCommand()
public void setCommand(WebLogicCommand command)
command - the command to setpublic boolean isSilentMode()
public void setSilentMode(boolean silentMode)
silentMode - the silentMode to setpublic String getJavaOpts()
public void setJavaOpts(String javaOpts)
javaOpts - the javaOpts to setpublic String getClasspath()
public void setClasspath(String classpath)
classpath - the classpath to setpublic WebLogicStageMode getStageMode()
public void setStageMode(WebLogicStageMode stageMode)
stageMode - the stageMode to setpublic String getDeploymentPlan()
public void setDeploymentPlan(String deploymentPlan)
public WebLogicOperationProcotol getProtocol()
public void setProtocol(WebLogicOperationProcotol protocol)
Copyright © 2016–2017. All rights reserved.