Uses of Class
org.codehaus.cargo.container.deployer.AbstractDeployableMonitor
-
Packages that use AbstractDeployableMonitor Package Description org.codehaus.cargo.container.deployer -
-
Uses of AbstractDeployableMonitor in org.codehaus.cargo.container.deployer
Subclasses of AbstractDeployableMonitor in org.codehaus.cargo.container.deployer Modifier and Type Class Description class
URLDeployableMonitor
Monitor that verifies if aDeployable
is deployed by pinging a URL provided by the user.class
UrlPathDeployableMonitor
Monitor that verifies if aDeployable
is deployed by pinging a URL constructed from URL path (provided by the user) and other parameters provided by container configuration.
-