com.xebialabs.deployit.plugin.osb.mapper
Class OsbJarToOsbDomainMapper
java.lang.Object
com.xebialabs.deployit.mapper.Mapper<S,M,T>
com.xebialabs.deployit.mapper.StepGeneratingMapper<OsbJar,OsbJarMapping,OsbDomain>
com.xebialabs.deployit.plugin.osb.mapper.OsbJarToOsbDomainMapper
public class OsbJarToOsbDomainMapper
- extends com.xebialabs.deployit.mapper.StepGeneratingMapper<OsbJar,OsbJarMapping,OsbDomain>
| Fields inherited from class com.xebialabs.deployit.mapper.Mapper |
addedMappings, change, deletedMappings, modifiedMappings, newMappings, oldMappings |
|
Constructor Summary |
OsbJarToOsbDomainMapper(com.xebialabs.deployit.Change<com.xebialabs.deployit.ci.Deployment> change)
|
| 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 |
OsbJarToOsbDomainMapper
public OsbJarToOsbDomainMapper(com.xebialabs.deployit.Change<com.xebialabs.deployit.ci.Deployment> change)
generateAdditionStepsForAddedMapping
protected void generateAdditionStepsForAddedMapping(OsbJar newSource,
OsbJarMapping newMapping,
OsbDomain newTarget,
java.util.List<com.xebialabs.deployit.Step> steps)
- Specified by:
generateAdditionStepsForAddedMapping in class com.xebialabs.deployit.mapper.StepGeneratingMapper<OsbJar,OsbJarMapping,OsbDomain>
generateDeletionStepsForDeletedMapping
protected void generateDeletionStepsForDeletedMapping(OsbJar oldSource,
OsbJarMapping oldMapping,
OsbDomain oldTarget,
java.util.List<com.xebialabs.deployit.Step> steps)
- Specified by:
generateDeletionStepsForDeletedMapping in class com.xebialabs.deployit.mapper.StepGeneratingMapper<OsbJar,OsbJarMapping,OsbDomain>
Copyright © 2010. All Rights Reserved.