Class WildFly32xRemoteDeployer
- 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.wildfly.internal.AbstractWildFlyRemoteDeployer
-
- org.codehaus.cargo.container.wildfly.WildFly32xRemoteDeployer
-
public class WildFly32xRemoteDeployer extends AbstractWildFlyRemoteDeployer
Remote deployer that uses the remote API to deploy to WildFly 32.x.
-
-
Constructor Summary
Constructors Constructor Description WildFly32xRemoteDeployer(RemoteContainer container)
-
Method Summary
-
Methods inherited from class org.codehaus.cargo.container.wildfly.internal.AbstractWildFlyRemoteDeployer
deploy, 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, redeploy, start, start, stop, stop, undeploy
-
Methods inherited from class org.codehaus.cargo.util.log.LoggedObject
getLogger, setLogger
-
-
-
-
Constructor Detail
-
WildFly32xRemoteDeployer
public WildFly32xRemoteDeployer(RemoteContainer container)
- Parameters:
container
- the container containing the configuration to use to find the deployer properties such as url, user name and password to use to connect to the deployer
-
-