com.xebialabs.deployit.plugin.wls.mapper
Class WlsJmsQueueToWlsServerMapper
java.lang.Object
com.xebialabs.deployit.mapper.Mapper<S,M,T>
com.xebialabs.deployit.mapper.StepGeneratingMapper<S,M,T>
com.xebialabs.deployit.mapper.ModificationSupportingStepGeneratingMapper<S,com.xebialabs.deployit.ci.mapping.Mapping,T>
com.xebialabs.deployit.mapper.ModificationSupportingMappingAgnosticStepGeneratingMapper<WlsJmsQueue,WlsServer>
com.xebialabs.deployit.plugin.wls.mapper.WlsJmsQueueToWlsServerMapper
public class WlsJmsQueueToWlsServerMapper
- extends com.xebialabs.deployit.mapper.ModificationSupportingMappingAgnosticStepGeneratingMapper<WlsJmsQueue,WlsServer>
| Fields inherited from class com.xebialabs.deployit.mapper.Mapper |
addedMappings, change, deletedMappings, modifiedMappings, newMappings, oldMappings |
| Methods inherited from class com.xebialabs.deployit.mapper.ModificationSupportingMappingAgnosticStepGeneratingMapper |
generateAdditionStepsForAddedMapping, generateDeletionStepsForDeletedMapping, generateModificationStepsForModifiedMapping |
| Methods inherited from class com.xebialabs.deployit.mapper.ModificationSupportingStepGeneratingMapper |
generateAdditionStepsForModifiedMapping, generateDeletionStepsForModifiedMapping, generateModificationSteps |
| Methods inherited from class com.xebialabs.deployit.mapper.StepGeneratingMapper |
generateAdditionSteps, generateDeletionSteps |
| Methods inherited from class com.xebialabs.deployit.mapper.Mapper |
getAddedMappings, getAffectedTargets, getAllTargets, getDeletedMappings, getModifiedMappings, getNewTargets, getOldTargets, init, setDefaults |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WlsJmsQueueToWlsServerMapper
public WlsJmsQueueToWlsServerMapper(com.xebialabs.deployit.Change<com.xebialabs.deployit.ci.Deployment> change)
generateAdditionStepsForAddedMapping
protected void generateAdditionStepsForAddedMapping(WlsJmsQueue newSource,
WlsServer newTarget,
java.util.List<com.xebialabs.deployit.Step> steps)
- Specified by:
generateAdditionStepsForAddedMapping in class com.xebialabs.deployit.mapper.ModificationSupportingMappingAgnosticStepGeneratingMapper<WlsJmsQueue,WlsServer>
generateModificationStepsForModifiedMapping
protected void generateModificationStepsForModifiedMapping(WlsJmsQueue oldSource,
WlsServer oldTarget,
WlsJmsQueue newSource,
WlsServer newTarget,
java.util.List<com.xebialabs.deployit.Step> steps)
- Specified by:
generateModificationStepsForModifiedMapping in class com.xebialabs.deployit.mapper.ModificationSupportingMappingAgnosticStepGeneratingMapper<WlsJmsQueue,WlsServer>
generateDeletionStepsForDeletedMapping
protected void generateDeletionStepsForDeletedMapping(WlsJmsQueue oldSource,
WlsServer oldTarget,
java.util.List<com.xebialabs.deployit.Step> steps)
- Specified by:
generateDeletionStepsForDeletedMapping in class com.xebialabs.deployit.mapper.ModificationSupportingMappingAgnosticStepGeneratingMapper<WlsJmsQueue,WlsServer>
Copyright © 2010. All Rights Reserved.