Package hudson.plugins.deploy.tomcat
Class Tomcat4xAdapter
- All Implemented Interfaces:
ExtensionPoint
,Describable<ContainerAdapter>
,Serializable
Tomcat 4.x.
- Author:
- Kohsuke Kawaguchi
- See Also:
-
Nested Class Summary
Nested ClassesNested 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.tomcat.TomcatAdapter
alternativeDeploymentContext, url
-
Constructor Summary
ConstructorsConstructorDescriptionTomcat4xAdapter
(String url, String credentialsId, String alternativeDeploymentContext, String path) -
Method Summary
Modifier and TypeMethodDescriptionReturns the container ID used by Cargo.Methods inherited from class hudson.plugins.deploy.tomcat.TomcatAdapter
configure, createWAR, getPath, getUrl, redeployFile
Methods inherited from class hudson.plugins.deploy.PasswordProtectedAdapterCargo
getCredentialsId, getPassword, getUsername, loadCredentials, migrateCredentials
Methods inherited from class hudson.plugins.deploy.CargoContainerAdapter
createEAR, deploy, expandVariable, getContainer
Methods inherited from class hudson.plugins.deploy.ContainerAdapter
all, getDescriptor, redeploy
-
Constructor Details
-
Tomcat4xAdapter
-
-
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
-