Class WildFly23xRemoteDeployer
- 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.WildFly23xRemoteDeployer
 
 
 
 
 
- 
 public class WildFly23xRemoteDeployer extends AbstractWildFlyRemoteDeployer Remote deployer that uses the remote API to deploy to WildFly 23.x.
- 
- 
Constructor SummaryConstructors Constructor Description WildFly23xRemoteDeployer(RemoteContainer container)
 - 
Method Summary- 
Methods inherited from class org.codehaus.cargo.container.wildfly.internal.AbstractWildFlyRemoteDeployerdeploy, undeploy
 - 
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractRemoteDeployergetContainer, getType
 - 
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractDeployerdeploy, deploy, redeploy, redeploy, redeploy, start, start, stop, stop, undeploy
 - 
Methods inherited from class org.codehaus.cargo.util.log.LoggedObjectgetLogger, setLogger
 
- 
 
- 
- 
- 
Constructor Detail- 
WildFly23xRemoteDeployerpublic WildFly23xRemoteDeployer(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
 
 
- 
 
-