com.xebialabs.deployit.plugin.tomcat.mapper
Class WarToTomcatServerWithManagerMapper
java.lang.Object
com.xebialabs.deployit.mapper.Mapper<S,M,T>
com.xebialabs.deployit.mapper.StepGeneratingMapper<com.xebialabs.deployit.ci.artifact.War,com.xebialabs.deployit.ci.artifact.mapping.WarMapping,TomcatServer>
com.xebialabs.deployit.plugin.tomcat.mapper.WarToTomcatServerWithManagerMapper
public class WarToTomcatServerWithManagerMapper
- extends com.xebialabs.deployit.mapper.StepGeneratingMapper<com.xebialabs.deployit.ci.artifact.War,com.xebialabs.deployit.ci.artifact.mapping.WarMapping,TomcatServer>
| Fields inherited from class com.xebialabs.deployit.mapper.Mapper |
addedMappings, change, deletedMappings, modifiedMappings, newMappings, oldMappings |
|
Method Summary |
protected void |
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 |
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)
|
| Methods inherited from class com.xebialabs.deployit.mapper.StepGeneratingMapper |
generateAdditionSteps, generateAdditionStepsForModifiedMapping, generateDeletionSteps, generateDeletionStepsForModifiedMapping |
| Methods inherited from class com.xebialabs.deployit.mapper.Mapper |
getAddedMappings, getAffectedTargets, getAllTargets, getDeletedMappings, getModifiedMappings, getNewMappings, getNewTargets, getOldMappings, getOldTargets, init, setDefaults |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WarToTomcatServerWithManagerMapper
public WarToTomcatServerWithManagerMapper(com.xebialabs.deployit.Change<com.xebialabs.deployit.ci.Deployment> change)
generateAdditionStepsForAddedMapping
protected void 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)
- Specified by:
generateAdditionStepsForAddedMapping in class com.xebialabs.deployit.mapper.StepGeneratingMapper<com.xebialabs.deployit.ci.artifact.War,com.xebialabs.deployit.ci.artifact.mapping.WarMapping,TomcatServer>
generateDeletionStepsForDeletedMapping
protected void 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)
- Specified by:
generateDeletionStepsForDeletedMapping in class com.xebialabs.deployit.mapper.StepGeneratingMapper<com.xebialabs.deployit.ci.artifact.War,com.xebialabs.deployit.ci.artifact.mapping.WarMapping,TomcatServer>
Copyright © 2010. All Rights Reserved.