Uses of Class
com.xebialabs.deployit.ci.mapping.Mapping

Packages that use Mapping
com.xebialabs.deployit.ci Basic configuration items
com.xebialabs.deployit.ci.artifact.mapping Configuration items that represent artifact mappings. 
com.xebialabs.deployit.ci.mapping Mappings allow a user to add detailed deployment information to a Deployment CI 
com.xebialabs.deployit.mapper The mapper framework; a way to modularize runbooks. 
 

Uses of Mapping in com.xebialabs.deployit.ci
 

Methods in com.xebialabs.deployit.ci with type parameters of type Mapping
<M extends Mapping>
java.util.List<M>
Deployment.getMappingsForSource(java.lang.Class<M> mappingClass, java.io.Serializable source)
          Returns the mappings on this CI that are of a certain classes (or one of its subclasses) and have a certain source.
<M extends Mapping>
java.util.List<M>
Deployment.getMappingsForTarget(java.lang.Class<M> mappingClass, java.io.Serializable target)
          Returns the mappings on this CI that are of a certain classes (or one of its subclasses) and have a certain target.
<M extends Mapping>
java.util.List<M>
Deployment.getMappingsOfType(java.lang.Class<M> mappingClass)
          Returns the mappings on this CI that are of a certain classes (or one of its subclasses).
 

Methods in com.xebialabs.deployit.ci that return types with arguments of type Mapping
 java.util.Set<Mapping> Deployment.getMappings()
           
 

Methods in com.xebialabs.deployit.ci with parameters of type Mapping
 void Deployment.addMapping(Mapping mapping)
          Adds a mapping to this deployment.
 

Method parameters in com.xebialabs.deployit.ci with type arguments of type Mapping
 void Deployment.setMappings(java.util.Set<Mapping> mappings)
          Sets the mappings on this deployment.
 

Uses of Mapping in com.xebialabs.deployit.ci.artifact.mapping
 

Subclasses of Mapping in com.xebialabs.deployit.ci.artifact.mapping
 class ConfigurationFilesMapping
          A mapping of a ConfigurationFiles configuration item to a Host.
 class DeployableArtifactMapping
          A mapping of a DeployableArtifact to any kind of middleware
 class EarMapping
          A mapping of an Ear to any kind of middleware.
 class EjbJarMapping
          A mapping of an EjbJar to any kind of middleware.
 class LibrariesMapping
           
 class SqlMapping
          Maps a com.xebialabs.deployit.plugin.sql.ci.SqlScript to a com.xebialabs.deployit.plugin.sql.ci.Database
 class StaticContentMapping
          A mapping of a StaticContent to any kind of middleware.
 class WarMapping
          A mapping of an War to any kind of middleware.
 

Uses of Mapping in com.xebialabs.deployit.ci.mapping
 

Subclasses of Mapping in com.xebialabs.deployit.ci.mapping
 class SourcePropertyOverridingMapping
          A mapping that has a list of key/value pairs that can override values of the source.
 

Methods in com.xebialabs.deployit.ci.mapping with parameters of type Mapping
 boolean Mapping.isIdentical(Mapping that)
           
 boolean Mapping.isSimilar(Mapping that)
           
 

Uses of Mapping in com.xebialabs.deployit.mapper
 

Classes in com.xebialabs.deployit.mapper with type parameters of type Mapping
 class Mapper<S extends Serializable,M extends Mapping,T extends Serializable>
          Calculates which source artifact/resource is mapped to what middleware target.
 class ModificationSupportingStepGeneratingMapper<S extends Serializable,M extends Mapping,T extends Serializable>
          Subclass of StepGeneratingMapper that can also generate modification steps for modified mappings.
 class StepGeneratingMapper<S extends Serializable,M extends Mapping,T extends Serializable>
          A mapper that can generate steps for added, modified and deleted steps.
 

Methods in com.xebialabs.deployit.mapper with parameters of type Mapping
protected  void ModificationSupportingMappingAgnosticStepGeneratingMapper.generateAdditionStepsForAddedMapping(S newMappingSource, Mapping newMapping, T newMappingTarget, java.util.List<Step> steps)
          Overrides StepGeneratingMapper.generateAdditionStepsForAddedMapping(Serializable, Mapping, Serializable, List) to invoke ModificationSupportingMappingAgnosticStepGeneratingMapper.generateAdditionStepsForAddedMapping(Serializable, Serializable, List).
protected  void MappingAgnosticStepGeneratingMapper.generateAdditionStepsForAddedMapping(S newMappingSource, Mapping newMapping, T newMappingTarget, java.util.List<Step> steps)
          Overrides StepGeneratingMapper.generateAdditionStepsForAddedMapping(Serializable, Mapping, Serializable, List) to invoke MappingAgnosticStepGeneratingMapper.generateAdditionStepsForAddedMapping(Serializable, Serializable, List).
protected  void MappingAgnosticStepGeneratingMapper.generateAdditionStepsForModifiedMapping(S newMappingSource, Mapping newMapping, T newMappingTarget, java.util.List<Step> steps)
          Overrides StepGeneratingMapper.generateAdditionStepsForModifiedMapping(Serializable, Mapping, Serializable, List) to invoke MappingAgnosticStepGeneratingMapper.generateAdditionStepsForModifiedMapping(Serializable, Serializable, List).
protected  void ModificationSupportingMappingAgnosticStepGeneratingMapper.generateDeletionStepsForDeletedMapping(S oldSource, Mapping oldMapping, T oldTarget, java.util.List<Step> steps)
          Overrides StepGeneratingMapper.generateDeletionStepsForDeletedMapping(Serializable, Mapping, Serializable, List) to invoke ModificationSupportingMappingAgnosticStepGeneratingMapper.generateDeletionStepsForDeletedMapping(Serializable, Serializable, List).
protected  void MappingAgnosticStepGeneratingMapper.generateDeletionStepsForDeletedMapping(S oldMappingSource, Mapping oldMapping, T oldMappingTarget, java.util.List<Step> steps)
          Overrides StepGeneratingMapper.generateDeletionStepsForDeletedMapping(Serializable, Mapping, Serializable, List) to invoke MappingAgnosticStepGeneratingMapper.generateDeletionStepsForDeletedMapping(Serializable, Serializable, List).
protected  void MappingAgnosticStepGeneratingMapper.generateDeletionStepsForModifiedMapping(S newMappingSource, Mapping newMapping, T newMappingTarget, java.util.List<Step> steps)
          Overrides StepGeneratingMapper.generateDeletionStepsForModifiedMapping(Serializable, Mapping, Serializable, List) to invoke MappingAgnosticStepGeneratingMapper.generateDeletionStepsForModifiedMapping(Serializable, Serializable, List).
protected  void ModificationSupportingMappingAgnosticStepGeneratingMapper.generateModificationStepsForModifiedMapping(S oldSource, Mapping oldVersionOfModifiedMapping, T oldTarget, S newSource, Mapping newVersionOfModifiedMapping, T newTarget, java.util.List<Step> steps)
          Overrides ModificationSupportingStepGeneratingMapper.generateModificationStepsForModifiedMapping(Serializable, Mapping, Serializable, Serializable, Mapping, Serializable, List) to invoke ModificationSupportingMappingAgnosticStepGeneratingMapper.generateModificationStepsForModifiedMapping(Serializable, Serializable, Serializable, Serializable, List).
 



Copyright © 2010. All Rights Reserved.