Class AbstractReferencedWebserverContributor
java.lang.Object
com.xebialabs.deployit.plugin.was.contributor.CollectDeployedsOfTypesContributor<ExtensibleDeployedArtifact>
com.xebialabs.deployit.plugin.was.contributor.webserver.AbstractReferencedWebserverContributor
- Direct Known Subclasses:
RestartReferencedWebserversContributor,WebServerPluginConfigurationContributor
public abstract class AbstractReferencedWebserverContributor
extends CollectDeployedsOfTypesContributor<ExtensibleDeployedArtifact>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.xebialabs.deployit.plugin.was.contributor.CollectDeployedsOfTypesContributor
CollectDeployedsOfTypesContributor.TypedDelta -
Field Summary
Fields inherited from class com.xebialabs.deployit.plugin.was.contributor.CollectDeployedsOfTypesContributor
deployedsCreated, deployedsModified, deployedsNoop, deployedsRemoved, typesOfInterest -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.google.common.base.Predicate<ManagedWebServer>filterByFullName(String webServerName) protected Set<ManagedWebServer>getReferencedWebservers(com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx) Methods inherited from class com.xebialabs.deployit.plugin.was.contributor.CollectDeployedsOfTypesContributor
filterDeltas, isOfType
-
Constructor Details
-
AbstractReferencedWebserverContributor
public AbstractReferencedWebserverContributor()
-
-
Method Details
-
getReferencedWebservers
protected Set<ManagedWebServer> getReferencedWebservers(com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx) -
filterByFullName
-