org.jenkinsci.plugins.deploy.weblogic.deployer
Class WebLogicDeployerParameters
java.lang.Object
org.jenkinsci.plugins.deploy.weblogic.deployer.WebLogicDeployerParameters
public class WebLogicDeployerParameters
- extends Object
- Author:
- rchaumie
|
Constructor Summary |
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebLogicDeployerParameters
public WebLogicDeployerParameters()
WebLogicDeployerParameters
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)
- Parameters:
build - launcher - listener - usedJdk - deploymentName - isLibrary - deploymentTargets - environment - artifactName - source - command - silentMode -
getBuild
public hudson.model.AbstractBuild<?,?> getBuild()
- Returns:
- the build
setBuild
public void setBuild(hudson.model.AbstractBuild<?,?> build)
- Parameters:
build - the build to set
getLauncher
public hudson.Launcher getLauncher()
- Returns:
- the launcher
setLauncher
public void setLauncher(hudson.Launcher launcher)
- Parameters:
launcher - the launcher to set
getListener
public hudson.model.BuildListener getListener()
- Returns:
- the listener
setListener
public void setListener(hudson.model.BuildListener listener)
- Parameters:
listener - the listener to set
getUsedJdk
public hudson.model.JDK getUsedJdk()
- Returns:
- the usedJdk
setUsedJdk
public void setUsedJdk(hudson.model.JDK usedJdk)
- Parameters:
usedJdk - the usedJdk to set
getDeploymentName
public String getDeploymentName()
- Returns:
- the deploymentName
setDeploymentName
public void setDeploymentName(String deploymentName)
- Parameters:
deploymentName - the deploymentName to set
isLibrary
public boolean isLibrary()
- Returns:
- the isLibrary
setLibrary
public void setLibrary(boolean isLibrary)
- Parameters:
isLibrary - the isLibrary to set
getDeploymentTargets
public String getDeploymentTargets()
- Returns:
- the deploymentTargets
setDeploymentTargets
public void setDeploymentTargets(String deploymentTargets)
- Parameters:
deploymentTargets - the deploymentTargets to set
getEnvironment
public WeblogicEnvironment getEnvironment()
- Returns:
- the environment
setEnvironment
public void setEnvironment(WeblogicEnvironment environment)
- Parameters:
environment - the environment to set
getArtifactName
public String getArtifactName()
- Returns:
- the artifactName
setArtifactName
public void setArtifactName(String artifactName)
- Parameters:
artifactId - the artifactName to set
getSource
public String getSource()
- Returns:
- the source
setSource
public void setSource(String source)
- Parameters:
source - the source to set
getCommand
public WebLogicCommand getCommand()
- Returns:
- the command
setCommand
public void setCommand(WebLogicCommand command)
- Parameters:
command - the command to set
isSilentMode
public boolean isSilentMode()
- Returns:
- the silentMode
setSilentMode
public void setSilentMode(boolean silentMode)
- Parameters:
silentMode - the silentMode to set
getJavaOpts
public String getJavaOpts()
- Returns:
- the javaOpts
setJavaOpts
public void setJavaOpts(String javaOpts)
- Parameters:
javaOpts - the javaOpts to set
getClasspath
public String getClasspath()
- Returns:
- the classpath
setClasspath
public void setClasspath(String classpath)
- Parameters:
classpath - the classpath to set
Copyright © 2004-2013. All Rights Reserved.