Uses of Class
com.xebialabs.deployit.plugin.tomcat.ci.TomcatServer

Packages that use TomcatServer
com.xebialabs.deployit.plugin.tomcat   
com.xebialabs.deployit.plugin.tomcat.mapper   
com.xebialabs.deployit.plugin.tomcat.runbook   
com.xebialabs.deployit.plugin.tomcat.step   
 

Uses of TomcatServer in com.xebialabs.deployit.plugin.tomcat
 

Fields in com.xebialabs.deployit.plugin.tomcat declared as TomcatServer
private  TomcatServer TomcatManagerAppUtils.server
           
 

Constructors in com.xebialabs.deployit.plugin.tomcat with parameters of type TomcatServer
TomcatManagerAppUtils(TomcatServer server)
           
 

Uses of TomcatServer in com.xebialabs.deployit.plugin.tomcat.mapper
 

Methods in com.xebialabs.deployit.plugin.tomcat.mapper with parameters of type TomcatServer
protected  void DatasourceToTomcatServerMapper.generateAdditionStepsForAddedMapping(TomcatDataSource newMappingSource, TomcatServer newMappingTarget, java.util.List<com.xebialabs.deployit.Step> steps)
           
protected  void WarToTomcatServerMapper.generateAdditionStepsForAddedMapping(com.xebialabs.deployit.ci.artifact.War newSource, com.xebialabs.deployit.ci.artifact.mapping.WarMapping mapping, TomcatServer newTarget, java.util.List<com.xebialabs.deployit.Step> steps)
           
protected  void WarToTomcatServerWithManagerMapper.generateAdditionStepsForAddedMapping(com.xebialabs.deployit.ci.artifact.War newSource, com.xebialabs.deployit.ci.artifact.mapping.WarMapping mapping, TomcatServer newTarget, java.util.List<com.xebialabs.deployit.Step> steps)
           
protected  void DatasourceToTomcatServerMapper.generateDeletionStepsForDeletedMapping(TomcatDataSource oldMappingSource, TomcatServer oldMappingTarget, java.util.List<com.xebialabs.deployit.Step> steps)
           
protected  void WarToTomcatServerMapper.generateDeletionStepsForDeletedMapping(com.xebialabs.deployit.ci.artifact.War oldSource, com.xebialabs.deployit.ci.artifact.mapping.WarMapping mapping, TomcatServer oldTarget, java.util.List<com.xebialabs.deployit.Step> steps)
           
protected  void WarToTomcatServerWithManagerMapper.generateDeletionStepsForDeletedMapping(com.xebialabs.deployit.ci.artifact.War oldSource, com.xebialabs.deployit.ci.artifact.mapping.WarMapping mapping, TomcatServer oldTarget, java.util.List<com.xebialabs.deployit.Step> steps)
           
 

Uses of TomcatServer in com.xebialabs.deployit.plugin.tomcat.runbook
 

Method parameters in com.xebialabs.deployit.plugin.tomcat.runbook with type arguments of type TomcatServer
private  void TomcatDeploymentRunBook.checkForServerConfigurationErrors(java.util.Set<TomcatServer> affectedServers)
           
private  void TomcatDeploymentRunBook.startServers(java.util.Set<TomcatServer> servers, java.util.List<com.xebialabs.deployit.Step> steps)
           
private  void TomcatDeploymentRunBook.stopServers(java.util.Set<TomcatServer> servers, java.util.List<com.xebialabs.deployit.Step> steps)
           
 

Uses of TomcatServer in com.xebialabs.deployit.plugin.tomcat.step
 

Fields in com.xebialabs.deployit.plugin.tomcat.step declared as TomcatServer
protected  TomcatServer TomcatStepBase.server
           
 

Constructors in com.xebialabs.deployit.plugin.tomcat.step with parameters of type TomcatServer
CreateTomcatDataSourceStep(TomcatServer server, TomcatDataSource dataSource, java.lang.String contextRoot)
           
DestroyTomcatDataSourceStep(TomcatServer server, TomcatDataSource dataSource, java.lang.String contextRoot)
           
TomcatDeployApplicationStep(TomcatServer target, com.xebialabs.deployit.ci.artifact.War war)
           
TomcatDeployApplicationStep(TomcatServer target, com.xebialabs.deployit.ci.artifact.War war, java.lang.String contextPath)
           
TomcatDeploymentStepBase(TomcatServer server, com.xebialabs.deployit.ci.artifact.NamedDeployableArtifact artifact, java.lang.String contextRoot)
           
TomcatHttpBasedDeployApplicationStep(TomcatServer target, com.xebialabs.deployit.ci.artifact.War war)
           
TomcatHttpBasedDeployApplicationStep(TomcatServer target, com.xebialabs.deployit.ci.artifact.War war, java.lang.String contextRoot)
           
TomcatHttpBasedUnDeployApplicationStep(TomcatServer oldTarget, com.xebialabs.deployit.ci.artifact.War oldSource)
           
TomcatHttpBasedUnDeployApplicationStep(TomcatServer oldTarget, com.xebialabs.deployit.ci.artifact.War oldSource, java.lang.String contextPath)
           
TomcatStartServerStep(TomcatServer server)
           
TomcatStepBase(TomcatServer server)
           
TomcatStepBase(TomcatServer server, java.lang.String contextRoot)
           
TomcatStopServerStep(TomcatServer server)
           
TomcatUnDeployApplicationStep(TomcatServer oldTarget, com.xebialabs.deployit.ci.artifact.War oldSource)
           
TomcatUnDeployApplicationStep(TomcatServer oldTarget, com.xebialabs.deployit.ci.artifact.War oldSource, java.lang.String contextPath)
           
 



Copyright © 2010. All Rights Reserved.