Class SingleTypeContributor<D extends com.xebialabs.deployit.plugin.api.udm.Deployed<?,​?>>

  • Direct Known Subclasses:
    TestDatasourceConnections

    public abstract class SingleTypeContributor<D extends com.xebialabs.deployit.plugin.api.udm.Deployed<?,​?>>
    extends java.lang.Object
    • 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
      • 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)
    • Method Detail

      • filterDeltas

        protected void filterDeltas​(java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> deltas)