Class SingleTypeContributor<D extends com.xebialabs.deployit.plugin.api.udm.Deployed<?,?>>
- java.lang.Object
-
- com.xebialabs.deployit.plugin.api.deployment.planning.SingleTypeContributor<D>
-
- Direct Known Subclasses:
TestDatasourceConnections
public abstract class SingleTypeContributor<D extends com.xebialabs.deployit.plugin.api.udm.Deployed<?,?>> extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classSingleTypeContributor.TypedDelta
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<D>deployedsCreatedprotected java.util.List<SingleTypeContributor.TypedDelta>deployedsModifiedprotected java.util.List<SingleTypeContributor.TypedDelta>deployedsNoopprotected java.util.List<D>deployedsRemovedprotected com.google.common.base.Predicate<com.xebialabs.deployit.plugin.api.deployment.specification.Delta>isOfType
-
Constructor Summary
Constructors Modifier Constructor Description protectedSingleTypeContributor(com.xebialabs.deployit.plugin.api.reflect.Type typeOfDeployed)protectedSingleTypeContributor(java.lang.Class<? extends D> classOfDeployed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfilterDeltas(java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> deltas)
-
-
-
Field Detail
-
isOfType
protected final com.google.common.base.Predicate<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> isOfType
-
deployedsCreated
protected java.util.List<D extends com.xebialabs.deployit.plugin.api.udm.Deployed<?,?>> deployedsCreated
-
deployedsModified
protected java.util.List<SingleTypeContributor.TypedDelta> deployedsModified
-
deployedsNoop
protected java.util.List<SingleTypeContributor.TypedDelta> deployedsNoop
-
deployedsRemoved
protected java.util.List<D extends com.xebialabs.deployit.plugin.api.udm.Deployed<?,?>> deployedsRemoved
-
-
Constructor Detail
-
SingleTypeContributor
protected SingleTypeContributor(java.lang.Class<? extends D> classOfDeployed)
-
SingleTypeContributor
protected SingleTypeContributor(com.xebialabs.deployit.plugin.api.reflect.Type typeOfDeployed)
-
-