| Package | Description |
|---|---|
| org.jenkinsci.plugins.deploy.weblogic | |
| org.jenkinsci.plugins.deploy.weblogic.data | |
| org.jenkinsci.plugins.deploy.weblogic.deployer |
| Modifier and Type | Method and Description |
|---|---|
WebLogicOperationProcotol[] |
WeblogicDeploymentPlugin.WeblogicDeploymentPluginDescriptor.getWeblogicOperationProtocols() |
| Modifier and Type | Method and Description |
|---|---|
WebLogicOperationProcotol |
DeploymentTask.getProtocol() |
WebLogicOperationProcotol[] |
DeploymentTaskDescriptor.getWeblogicOperationProtocols() |
static WebLogicOperationProcotol |
WebLogicOperationProcotol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebLogicOperationProcotol[] |
WebLogicOperationProcotol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentTask.setProtocol(WebLogicOperationProcotol protocol) |
| Constructor and Description |
|---|
DeploymentTask(String id,
String taskName,
String weblogicEnvironmentTargetedName,
String deploymentName,
String deploymentTargets,
boolean isLibrary,
String builtResourceRegexToDeploy,
String baseResourcesGeneratedDirectory,
String jdkName,
String jdkHome,
WebLogicStageMode stageMode,
String commandLine,
String deploymentPlan,
WebLogicOperationProcotol protocol)
Invoke only during data backup
|
| Modifier and Type | Method and Description |
|---|---|
WebLogicOperationProcotol |
WebLogicDeployerParameters.getProtocol() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebLogicDeployerParameters.setProtocol(WebLogicOperationProcotol protocol) |
| 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.