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 classGeronimoInstalledLocalDeployerA 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 classGlassFish2xInstalledLocalDeployerGlassFish 2.x installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.classGlassFish3xInstalledLocalDeployerGlassFish 3.x installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.classGlassFish4xInstalledLocalDeployerGlassFish 4.x installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.classGlassFish5xInstalledLocalDeployerGlassFish 5.x installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.classGlassFish6xInstalledLocalDeployerGlassFish 6.x installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.classGlassFish7xInstalledLocalDeployerGlassFish 7.x installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.classGlassFish8xInstalledLocalDeployerGlassFish 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 classAbstractGlassFishInstalledLocalDeployerGlassFish 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 classJBoss7xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the JBossdeploymentsdirectory.classJBossInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the JBossdeploydirectory. -
Uses of AbstractLocalDeployer in org.codehaus.cargo.container.jetty
Subclasses of AbstractLocalDeployer in org.codehaus.cargo.container.jetty Modifier and Type Class Description classJetty12xEmbeddedLocalDeployerA deployer for webapps that deploys to a Jetty 12.x instance running embedded.classJetty12xInstalledLocalDeployerA deployer for webapps that deploys to a Jetty 12.x installed instance.classJetty5xEmbeddedLocalDeployerDeploys webapps to a Jetty 5.x instance running embedded.classJetty6x7x8xInstalledLocalDeployerA deployer for webapps that deploys to a Jetty 6.x, 7.x or 8.x installed instance.classJetty6xEmbeddedLocalDeployerA deployer for webapps that deploys to a Jetty 6.x instance running embedded.classJetty7x8x9x10x11xEmbeddedLocalDeployerA deployer for webapps that deploys to a Jetty 7.x to 11.x instance running embedded.classJetty7x8xInstalledLocalDeployerA deployer for webapps that deploys to a Jetty 7.x or 8.x installed instance.classJetty9x10x11xInstalledLocalDeployerA 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 classAbstractJettyEmbeddedLocalDeployerBase 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 classJo1xInstalledLocalDeployerStatic 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 classJonas4xInstalledLocalDeployerStatic deployer that deploys WAR, EAR, EJB and RAR to JOnAS.classJonas5xInstalledLocalDeployerStatic 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 classJRun4xInstalledLocalDeployerStatic deployer that deploys WARs to the JRunservers/server_namedirectory. -
Uses of AbstractLocalDeployer in org.codehaus.cargo.container.liberty
Subclasses of AbstractLocalDeployer in org.codehaus.cargo.container.liberty Modifier and Type Class Description classLibertyInstalledLocalDeployerDeploys 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 classPayaraInstalledLocalDeployerPayara 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 classResinInstalledLocalDeployerStatic deployer that deploys WARs to the Resinwebappsdirectory. -
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 classAbstractCopyingInstalledLocalDeployerLocal deployer that deploys deployables to adeployabledirectory of the given installed container.classAbstractEmbeddedLocalDeployerBase deployer to deploy to embedded local containers.classAbstractInstalledLocalDeployerBase deployer to deploy to installed local containers.classAbstractSwitchableLocalDeployerImplementation 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 classTomcatCopyingInstalledLocalDeployerStatic deployer that deploys WARs to the Tomcatwebappsdirectory.classTomcatEmbeddedLocalDeployerDeployerfor 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 classTomeeCopyingInstalledLocalDeployerStatic 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 classWebLogic8xConfigXmlInstalledLocalDeployerStatic deployer that manages deployment configuration by manipulating the WebLogic config.xml file.classWebLogic8xSwitchableLocalDeployerChanges config.xml if the server is down.classWebLogic9x10x12x14xConfigXmlInstalledLocalDeployerStatic deployer that manages deployment configuration by manipulating the WebLogic config.xml file.classWebLogic9x10x12x14xCopyingInstalledLocalDeployerStatic deployer that deploys WARs to the WebLogic auto-deploy directory.classWebLogicWlstOfflineInstalledLocalDeployerStatic 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 classWebSphere85xInstalledLocalDeployerStatic deployer that deploys WARs to WebSphere 8.5.x.classWebSphere9xInstalledLocalDeployerStatic 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 classWildFly10xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly11xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly12xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly13xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly14xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly15xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly16xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly17xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly18xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly19xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly20xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly21xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly22xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly23xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly24xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly25xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly26xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly27xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly28xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly29xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly30xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly31xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly32xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly33xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly34xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly35xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly36xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly37xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly38xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly8xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly9xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.
-