Class ManagedServerTasks
- java.lang.Object
-
- com.xebialabs.deployit.community.wasext.task.ManagedServerTasks
-
public class ManagedServerTasks extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ManagedServerTasks()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidrestart(com.xebialabs.deployit.plugin.was.container.ManagedServer server, com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx)static voidstart(com.xebialabs.deployit.plugin.was.container.ManagedServer server, com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx)protected static voidstart(com.xebialabs.deployit.plugin.was.container.ManagedServer server, com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx, int order)static voidstop(com.xebialabs.deployit.plugin.was.container.ManagedServer server, com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx)protected static voidstop(com.xebialabs.deployit.plugin.was.container.ManagedServer server, com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx, int order)
-
-
-
Method Detail
-
stop
public static void stop(com.xebialabs.deployit.plugin.was.container.ManagedServer server, com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx)
-
stop
protected static void stop(com.xebialabs.deployit.plugin.was.container.ManagedServer server, com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx, int order)
-
start
public static void start(com.xebialabs.deployit.plugin.was.container.ManagedServer server, com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx)
-
start
protected static void start(com.xebialabs.deployit.plugin.was.container.ManagedServer server, com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx, int order)
-
restart
public static void restart(com.xebialabs.deployit.plugin.was.container.ManagedServer server, com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx)
-
-