Class WebServerPluginConfigurationContributor
- java.lang.Object
-
- com.xebialabs.deployit.plugin.was.contributor.CollectDeployedsOfTypesContributor<ExtensibleDeployedArtifact>
-
- com.xebialabs.deployit.plugin.was.contributor.webserver.AbstractReferencedWebserverContributor
-
- com.xebialabs.deployit.plugin.was.contributor.webserver.WebServerPluginConfigurationContributor
-
public class WebServerPluginConfigurationContributor extends AbstractReferencedWebserverContributor
-
-
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 Constructor Description WebServerPluginConfigurationContributor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidgenerateAndPropagateWebserverPlugin(com.xebialabs.deployit.plugin.api.deployment.specification.Deltas deltas, com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx)GenerateAndPropagateWebserverPlugin#generateAndPropagateWebserverPlugin contributor will add steps to generate and propagate plugin-cfg.xml for all web servers that have "updatePlugin" property set to TRUE and are referenced by created or removed ear and war modules in the current deployment plan.-
Methods inherited from class com.xebialabs.deployit.plugin.was.contributor.webserver.AbstractReferencedWebserverContributor
filterByFullName, getReferencedWebservers
-
Methods inherited from class com.xebialabs.deployit.plugin.was.contributor.CollectDeployedsOfTypesContributor
filterDeltas, isOfType
-
-
-
-
Method Detail
-
generateAndPropagateWebserverPlugin
public static void generateAndPropagateWebserverPlugin(com.xebialabs.deployit.plugin.api.deployment.specification.Deltas deltas, com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx)GenerateAndPropagateWebserverPlugin#generateAndPropagateWebserverPlugin contributor will add steps to generate and propagate plugin-cfg.xml for all web servers that have "updatePlugin" property set to TRUE and are referenced by created or removed ear and war modules in the current deployment plan.
-
-