Class WildFly34xRemoteDeployer
- 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.WildFly34xRemoteDeployer
 
 
 
 
 
 
- 
public class WildFly34xRemoteDeployer extends AbstractWildFlyRemoteDeployer
Remote deployer that uses the remote API to deploy to WildFly 34.x. 
- 
- 
Constructor Summary
Constructors Constructor Description WildFly34xRemoteDeployer(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
- 
WildFly34xRemoteDeployer
public WildFly34xRemoteDeployer(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
 
 - 
 
 -