|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
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. |
|
|
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. |
|
|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||