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 Summary
Constructors Constructor Description WildFly23xRemoteDeployer(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
-
WildFly23xRemoteDeployer
public 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
-
-