| 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)
|
| 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)
|