Class StopStartCoreGroupContributor
java.lang.Object
com.xebialabs.deployit.plugin.was.contributor.StopStartContainer
com.xebialabs.deployit.plugin.was.contributor.StopStartCoreGroupContributor
-
Field Summary
Fields inherited from class com.xebialabs.deployit.plugin.was.contributor.StopStartContainer
CONTAINER_NOOP_RESTART_STRATEGY, CONTAINER_RESTART_STRATEGY, ENABLE_RIPPLE_START, RESTART_ORDER_PROPERTY, RESTART_SCRIPT_PROPERTY, START_ORDER_PROPERTY, START_SCRIPT_PROPERTY, STOP_ORDER_PROPERTY, STOP_SCRIPT_PROPERTY, UNMANAGED_SERVER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidfindContainers(com.xebialabs.deployit.plugin.api.deployment.specification.Deltas deltas, Set<WasContainer> stopStartContainers, Set<WasContainer> restartStartContainers) static voidstopAndStartCoreGroupServers(com.xebialabs.deployit.plugin.api.deployment.specification.Deltas deltas, com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx) Methods inherited from class com.xebialabs.deployit.plugin.was.contributor.StopStartContainer
addContainerDependingOnStrategy, addContainerDependingOnStrategy, addStep, applyRestartStrategyForNoop, doStopAndStartContainers, hasContainerRestartStrategy, hasRestartScript, isOperationNoop, isRestartStrategy, isStopStartStrategy, stopAndStartContainers
-
Constructor Details
-
StopStartCoreGroupContributor
public StopStartCoreGroupContributor()
-
-
Method Details
-
stopAndStartCoreGroupServers
public static void stopAndStartCoreGroupServers(com.xebialabs.deployit.plugin.api.deployment.specification.Deltas deltas, com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx) -
findContainers
protected void findContainers(com.xebialabs.deployit.plugin.api.deployment.specification.Deltas deltas, Set<WasContainer> stopStartContainers, Set<WasContainer> restartStartContainers) - Overrides:
findContainersin classStopStartContainer
-