Package hudson.plugins.deploy.glassfish
Class GlassFish2xAdapter
- All Implemented Interfaces:
ExtensionPoint
,Describable<ContainerAdapter>
,Serializable
GlassFish 2.x support.
- 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.glassfish.GlassFishAdapter
adminPort, home, hostname
-
Constructor Summary
ConstructorsConstructorDescriptionGlassFish2xAdapter
(String home, String credentialsId, String adminPort) GlassFish 2.x -
Method Summary
Methods inherited from class hudson.plugins.deploy.glassfish.GlassFishAdapter
getContainer, getUrl
Methods inherited from class hudson.plugins.deploy.PasswordProtectedAdapterCargo
getCredentialsId, getPassword, 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
-
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
-