Package hudson.plugins.deploy.weblogic
Class WebLogic10_3_xAdapter
- All Implemented Interfaces:
ExtensionPoint
,Describable<ContainerAdapter>
,Serializable
@Restricted(org.kohsuke.accmod.restrictions.DoNotUse.class)
public class WebLogic10_3_xAdapter
extends WebLogicAdapter
WebLogic 10.3.x
- Author:
- Kohsuke Kawaguchi
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class hudson.plugins.deploy.weblogic.WebLogicAdapter
WebLogicAdapter.WebLogicAdapterDescriptor
Nested classes/interfaces inherited from class hudson.plugins.deploy.DefaultCargoContainerAdapterImpl
DefaultCargoContainerAdapterImpl.Property
Nested classes/interfaces inherited from class hudson.plugins.deploy.CargoContainerAdapter
CargoContainerAdapter.DeployCallable
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class hudson.plugins.deploy.weblogic.WebLogicAdapter
home, port, server
-
Constructor Summary
ConstructorsConstructorDescriptionWebLogic10_3_xAdapter
(String home, String credentialsId, String server, Integer port) -
Method Summary
Methods inherited from class hudson.plugins.deploy.weblogic.WebLogicAdapter
getContainer
Methods inherited from class hudson.plugins.deploy.PasswordProtectedAdapterCargo
getCredentialsId, getPassword, getUrl, getUsername, loadCredentials, migrateCredentials, redeployFile
Methods inherited from class hudson.plugins.deploy.DefaultCargoContainerAdapterImpl
configure
Methods inherited from class hudson.plugins.deploy.CargoContainerAdapter
createEAR, createWAR, deploy, expandVariable
Methods inherited from class hudson.plugins.deploy.ContainerAdapter
all, getDescriptor, redeploy
-
Constructor Details
-
WebLogic10_3_xAdapter
-
-
Method Details
-
getContainerId
Description copied from class:CargoContainerAdapter
Returns the container ID used by Cargo.- Specified by:
getContainerId
in classCargoContainerAdapter
- Returns:
- the id of the container
-