Uses of Class
org.codehaus.cargo.container.spi.deployer.AbstractLocalDeployer
-
-
Uses of AbstractLocalDeployer in org.codehaus.cargo.container.geronimo
Subclasses of AbstractLocalDeployer in org.codehaus.cargo.container.geronimo Modifier and Type Class Description class
GeronimoInstalledLocalDeployer
A Geronimo deploytool-based deployer to perform deployment to a local container. -
Uses of AbstractLocalDeployer in org.codehaus.cargo.container.glassfish
Subclasses of AbstractLocalDeployer in org.codehaus.cargo.container.glassfish Modifier and Type Class Description class
GlassFish2xInstalledLocalDeployer
GlassFish 2.x installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.class
GlassFish3xInstalledLocalDeployer
GlassFish 3.x installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.class
GlassFish4xInstalledLocalDeployer
GlassFish 4.x installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.class
GlassFish5xInstalledLocalDeployer
GlassFish 5.x installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.class
GlassFish6xInstalledLocalDeployer
GlassFish 6.x installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.class
GlassFish7xInstalledLocalDeployer
GlassFish 7.x installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.class
GlassFish8xInstalledLocalDeployer
GlassFish 8.x installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications. -
Uses of AbstractLocalDeployer in org.codehaus.cargo.container.glassfish.internal
Subclasses of AbstractLocalDeployer in org.codehaus.cargo.container.glassfish.internal Modifier and Type Class Description class
AbstractGlassFishInstalledLocalDeployer
GlassFish installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications. -
Uses of AbstractLocalDeployer in org.codehaus.cargo.container.jboss
Subclasses of AbstractLocalDeployer in org.codehaus.cargo.container.jboss Modifier and Type Class Description class
JBoss7xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the JBossdeployments
directory.class
JBossInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the JBossdeploy
directory. -
Uses of AbstractLocalDeployer in org.codehaus.cargo.container.jetty
Subclasses of AbstractLocalDeployer in org.codehaus.cargo.container.jetty Modifier and Type Class Description class
Jetty12xInstalledLocalDeployer
A deployer for webapps that deploys to a Jetty 12.x installed instance.class
Jetty5xEmbeddedLocalDeployer
Deploys webapps to a Jetty 5.x instance running embedded.class
Jetty6xEmbeddedLocalDeployer
A deployer for webapps that deploys to a Jetty 6.x instance running embedded.class
Jetty6xInstalledLocalDeployer
A deployer for webapps that deploys to a Jetty 6.x installed instance.class
Jetty7x8x9x10x11xEmbeddedLocalDeployer
A deployer for webapps that deploys to a Jetty 7.x onwards instance running embedded.class
Jetty7x8xInstalledLocalDeployer
A deployer for webapps that deploys to a Jetty 7.x or 8.x installed instance.class
Jetty9x10x11xInstalledLocalDeployer
A deployer for webapps that deploys to a Jetty 9.x, 10.x and 11.x installed instance. -
Uses of AbstractLocalDeployer in org.codehaus.cargo.container.jetty.internal
Subclasses of AbstractLocalDeployer in org.codehaus.cargo.container.jetty.internal Modifier and Type Class Description class
AbstractJettyEmbeddedLocalDeployer
Base class for all Jetty deployers. -
Uses of AbstractLocalDeployer in org.codehaus.cargo.container.jo
Subclasses of AbstractLocalDeployer in org.codehaus.cargo.container.jo Modifier and Type Class Description class
Jo1xInstalledLocalDeployer
Static deployer that deploys WARs to the jo! -
Uses of AbstractLocalDeployer in org.codehaus.cargo.container.jonas
Subclasses of AbstractLocalDeployer in org.codehaus.cargo.container.jonas Modifier and Type Class Description class
Jonas4xInstalledLocalDeployer
Static deployer that deploys WAR, EAR, EJB and RAR to JOnAS.class
Jonas5xInstalledLocalDeployer
Static deployer that deploys WAR, EAR, EJB, RAR, File and Bundle to JOnAS. -
Uses of AbstractLocalDeployer in org.codehaus.cargo.container.jrun
Subclasses of AbstractLocalDeployer in org.codehaus.cargo.container.jrun Modifier and Type Class Description class
JRun4xInstalledLocalDeployer
Static deployer that deploys WARs to the JRunservers/server_name
directory. -
Uses of AbstractLocalDeployer in org.codehaus.cargo.container.liberty
Subclasses of AbstractLocalDeployer in org.codehaus.cargo.container.liberty Modifier and Type Class Description class
LibertyInstalledLocalDeployer
Deploys the application to the WebSphere Liberty server. -
Uses of AbstractLocalDeployer in org.codehaus.cargo.container.payara
Subclasses of AbstractLocalDeployer in org.codehaus.cargo.container.payara Modifier and Type Class Description class
PayaraInstalledLocalDeployer
Payara installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications. -
Uses of AbstractLocalDeployer in org.codehaus.cargo.container.resin
Subclasses of AbstractLocalDeployer in org.codehaus.cargo.container.resin Modifier and Type Class Description class
ResinInstalledLocalDeployer
Static deployer that deploys WARs to the Resinwebapps
directory. -
Uses of AbstractLocalDeployer in org.codehaus.cargo.container.spi.deployer
Subclasses of AbstractLocalDeployer in org.codehaus.cargo.container.spi.deployer Modifier and Type Class Description class
AbstractCopyingInstalledLocalDeployer
Local deployer that deploys deployables to adeployable
directory of the given installed container.class
AbstractEmbeddedLocalDeployer
Base deployer to deploy to embedded local containers.class
AbstractInstalledLocalDeployer
Base deployer to deploy to installed local containers.class
AbstractSwitchableLocalDeployer
Implementation decides how to deploy or undeploy based on the running state of the server. -
Uses of AbstractLocalDeployer in org.codehaus.cargo.container.tomcat
Subclasses of AbstractLocalDeployer in org.codehaus.cargo.container.tomcat Modifier and Type Class Description class
TomcatCopyingInstalledLocalDeployer
Static deployer that deploys WARs to the Tomcatwebapps
directory.class
TomcatEmbeddedLocalDeployer
Deployer
for deploying toembedded Tomcat container
. -
Uses of AbstractLocalDeployer in org.codehaus.cargo.container.tomee
Subclasses of AbstractLocalDeployer in org.codehaus.cargo.container.tomee Modifier and Type Class Description class
TomeeCopyingInstalledLocalDeployer
Static deployer that deploys EARs, EJBs and WARs to the TomEE directories. -
Uses of AbstractLocalDeployer in org.codehaus.cargo.container.weblogic
Subclasses of AbstractLocalDeployer in org.codehaus.cargo.container.weblogic Modifier and Type Class Description class
WebLogic8xConfigXmlInstalledLocalDeployer
Static deployer that manages deployment configuration by manipulating the WebLogic config.xml file.class
WebLogic8xSwitchableLocalDeployer
Changes config.xml if the server is down.class
WebLogic9x10x12x14xConfigXmlInstalledLocalDeployer
Static deployer that manages deployment configuration by manipulating the WebLogic config.xml file.class
WebLogic9x10x12x14xCopyingInstalledLocalDeployer
Static deployer that deploys WARs to the WebLogic auto-deploy directory.class
WebLogicWlstOfflineInstalledLocalDeployer
Static deployer that manages deployment configuration calling WLST offline script. -
Uses of AbstractLocalDeployer in org.codehaus.cargo.container.websphere
Subclasses of AbstractLocalDeployer in org.codehaus.cargo.container.websphere Modifier and Type Class Description class
WebSphere85xInstalledLocalDeployer
Static deployer that deploys WARs to WebSphere 8.5.x.class
WebSphere9xInstalledLocalDeployer
Static deployer that deploys WARs to WebSphere 9.x. -
Uses of AbstractLocalDeployer in org.codehaus.cargo.container.wildfly
Subclasses of AbstractLocalDeployer in org.codehaus.cargo.container.wildfly Modifier and Type Class Description class
WildFly10xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly11xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly12xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly13xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly14xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly15xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly16xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly17xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly18xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly19xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly20xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly21xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly22xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly23xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly24xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly25xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly26xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly27xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly28xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly29xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly30xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly31xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly32xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly33xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly8xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly9xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.
-