Uses of Class
com.xebialabs.deployit.ci.Deployment

Packages that use Deployment
com.xebialabs.deployit.mapper The mapper framework; a way to modularize runbooks. 
com.xebialabs.deployit.mapper.artifact A number of standard artifact mappers. 
 

Uses of Deployment in com.xebialabs.deployit.mapper
 

Fields in com.xebialabs.deployit.mapper with type parameters of type Deployment
protected  Change<Deployment> Mapper.change
           
 

Methods in com.xebialabs.deployit.mapper with parameters of type Deployment
 void Mapper.setDefaults(Deployment deployment, M newDefaultMapping)
          Can be overridden by a subclass to set the defaults on a automatically generated default mapping.
 

Constructor parameters in com.xebialabs.deployit.mapper with type arguments of type Deployment
Mapper(Change<Deployment> change)
          Creates a Mapper for the specified deployment change that will apply default mappings.
Mapper(Change<Deployment> change, boolean applyDefaultMappings)
          Creates a Mapper for the specified deployment change.
MappingAgnosticStepGeneratingMapper(Change<Deployment> change)
          Creates a MappingAgnosticStepGeneratingMapper for the specified deployment change that will apply default mappings.
MappingAgnosticStepGeneratingMapper(Change<Deployment> change, boolean applyDefaultMappings)
          Creates a MappingAgnosticStepGeneratingMapper for the specified deployment change.
ModificationSupportingMappingAgnosticStepGeneratingMapper(Change<Deployment> change)
          Creates a ModificationSupportingMappingAgnosticStepGeneratingMapper for the specified deployment change that will apply default mappings.
ModificationSupportingMappingAgnosticStepGeneratingMapper(Change<Deployment> change, boolean applyDefaultMappings)
          Creates a ModificationSupportingMappingAgnosticStepGeneratingMapper for the specified deployment change.
ModificationSupportingStepGeneratingMapper(Change<Deployment> change)
          Creates a ModificationSupportingStepGeneratingMapper for the specified deployment change that will apply default mappings.
ModificationSupportingStepGeneratingMapper(Change<Deployment> change, boolean applyDefaultMappings)
          Creates a ModificationSupportingStepGeneratingMapper for the specified deployment change.
StepGeneratingMapper(Change<Deployment> change)
          Creates a StepGeneratingMapper for the specified deployment change that will apply default mappings.
StepGeneratingMapper(Change<Deployment> change, boolean applyDefaultMappings)
          Creates a StepGeneratingMapper for the specified deployment change.
 

Uses of Deployment in com.xebialabs.deployit.mapper.artifact
 

Constructor parameters in com.xebialabs.deployit.mapper.artifact with type arguments of type Deployment
ConfigurationFilesToHostMapper(Change<Deployment> c)
           
LibrariesToHostMapper(Change<Deployment> c)
           
SqlScriptToDatabaseMapper(Change<Deployment> change)
           
 



Copyright © 2010. All Rights Reserved.