| Package | Description |
|---|---|
| org.jenkinsci.plugins.deploy.weblogic.deployer |
| Modifier and Type | Method and Description |
|---|---|
WebLogicCommand |
WebLogicDeployerParameters.getCommand() |
static WebLogicCommand |
WebLogicCommand.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebLogicCommand[] |
WebLogicCommand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebLogicDeployerParameters.setCommand(WebLogicCommand command) |
| Constructor and Description |
|---|
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) |
Copyright © 2016–2017. All rights reserved.