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.PropertyNested classes/interfaces inherited from class hudson.plugins.deploy.CargoContainerAdapter
CargoContainerAdapter.DeployCallableNested 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, redeployFileMethods inherited from class hudson.plugins.deploy.PasswordProtectedAdapterCargo
getCredentialsId, getPassword, getUsername, loadCredentials, migrateCredentialsMethods inherited from class hudson.plugins.deploy.CargoContainerAdapter
createEAR, deploy, expandVariable, getContainerMethods inherited from class hudson.plugins.deploy.ContainerAdapter
all, getDescriptor, redeploy
-
Constructor Details
-
Tomcat4xAdapter
-
-
Method Details
-
getContainerId
Description copied from class:CargoContainerAdapterReturns the container ID used by Cargo.- Specified by:
getContainerIdin classCargoContainerAdapter- Returns:
- the id of the container
-