Class PayaraRemoteDeployer
- java.lang.Object
-
- org.codehaus.cargo.util.log.LoggedObject
-
- org.codehaus.cargo.container.spi.deployer.AbstractDeployer
-
- org.codehaus.cargo.container.spi.deployer.AbstractRemoteDeployer
-
- org.codehaus.cargo.container.spi.deployer.AbstractJsr88Deployer
-
- org.codehaus.cargo.container.glassfish.GlassFish3xRemoteDeployer
-
- org.codehaus.cargo.container.glassfish.GlassFish4xRemoteDeployer
-
- org.codehaus.cargo.container.glassfish.GlassFish5xRemoteDeployer
-
- org.codehaus.cargo.container.payara.PayaraRemoteDeployer
-
public class PayaraRemoteDeployer extends GlassFish5xRemoteDeployer
Payara remote deployer, which uses the JSR-88 to deploy and undeploy applications.
-
-
Constructor Summary
Constructors Constructor Description PayaraRemoteDeployer(RemoteContainer container)
Constructor.
-
Method Summary
-
Methods inherited from class org.codehaus.cargo.container.glassfish.GlassFish3xRemoteDeployer
filterTargetModuleIDs, filterTargets, getDeploymentFactoryClassName, getDeploymentManager
-
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractJsr88Deployer
deploy, getRuntimeConfiguration, redeploy, start, stop, undeploy
-
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractRemoteDeployer
getContainer, getType
-
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractDeployer
deploy, deploy, redeploy, redeploy, start, stop, undeploy
-
Methods inherited from class org.codehaus.cargo.util.log.LoggedObject
getLogger, setLogger
-
-
-
-
Constructor Detail
-
PayaraRemoteDeployer
public PayaraRemoteDeployer(RemoteContainer container)
Constructor.- Parameters:
container
- the remote container
-
-