public abstract class CollectDeployedsOfTypesContributor<D extends com.xebialabs.deployit.plugin.api.udm.Deployed<?,?>>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
protected class |
CollectDeployedsOfTypesContributor.TypedDelta |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<D> |
deployedsCreated |
protected java.util.List<CollectDeployedsOfTypesContributor.TypedDelta> |
deployedsModified |
protected java.util.List<CollectDeployedsOfTypesContributor.TypedDelta> |
deployedsNoop |
protected java.util.List<D> |
deployedsRemoved |
protected java.util.List<com.xebialabs.deployit.plugin.api.reflect.Type> |
typesOfInterest |
| Modifier | Constructor and Description |
|---|---|
protected |
CollectDeployedsOfTypesContributor(java.util.List<com.xebialabs.deployit.plugin.api.reflect.Type> typeOfDeployed) |
protected |
CollectDeployedsOfTypesContributor(com.xebialabs.deployit.plugin.api.reflect.Type typeOfDeployed) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
filterDeltas(java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> deltas) |
protected com.google.common.base.Predicate<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> |
isOfType() |
protected final java.util.List<com.xebialabs.deployit.plugin.api.reflect.Type> typesOfInterest
protected java.util.List<D extends com.xebialabs.deployit.plugin.api.udm.Deployed<?,?>> deployedsCreated
protected java.util.List<CollectDeployedsOfTypesContributor.TypedDelta> deployedsModified
protected java.util.List<CollectDeployedsOfTypesContributor.TypedDelta> deployedsNoop
protected java.util.List<D extends com.xebialabs.deployit.plugin.api.udm.Deployed<?,?>> deployedsRemoved
protected CollectDeployedsOfTypesContributor(com.xebialabs.deployit.plugin.api.reflect.Type typeOfDeployed)
protected CollectDeployedsOfTypesContributor(java.util.List<com.xebialabs.deployit.plugin.api.reflect.Type> typeOfDeployed)