Class GlobalWebServerPluginConfigurationContributor
- java.lang.Object
-
- com.xebialabs.deployit.plugin.was.contributor.CollectDeployedsOfTypesContributor<ExtensibleDeployedArtifact>
-
- com.xebialabs.deployit.plugin.was.contributor.webserver.GlobalWebServerPluginConfigurationContributor
-
public class GlobalWebServerPluginConfigurationContributor 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 Constructor Description GlobalWebServerPluginConfigurationContributor()
-
Method Summary
All Methods Static Methods Instance 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)GenerateAndPropagateGlobalWebServerPlugin#generateAndPropagateWebserverPlugin contributor will add steps to update global plugin configuration for all of the cells (deployment manager or unmanaged servers) with property 'updateGlobalPlugin' set to TRUE.protected java.util.Set<Cell>getReferencedCells()-
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)GenerateAndPropagateGlobalWebServerPlugin#generateAndPropagateWebserverPlugin contributor will add steps to update global plugin configuration for all of the cells (deployment manager or unmanaged servers) with property 'updateGlobalPlugin' set to TRUE. It will:- update global plugin configuration for all of the cells (deployment manager and unmanaged servers) with property 'updateGlobalPlugin' set to TRUE. - propagate global plugin configuration to all of the unmanaged web servers referenced by the cell (deployment manager or unmanaged server)
-
getReferencedCells
protected java.util.Set<Cell> getReferencedCells()
-
-