com.xebialabs.deployit
Class Server

java.lang.Object
  extended by com.xebialabs.deployit.Server

public class Server
extends java.lang.Object


Constructor Summary
Server(com.xebialabs.deployit.DeployitConfig configuration, DeployitOptions deployitOptions)
           
 
Method Summary
static boolean hasShutdownBeenrequested()
           
static void requestShutdown()
           
 void start()
           
static void start(DeployitOptions deployitOptions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Server

public Server(com.xebialabs.deployit.DeployitConfig configuration,
              DeployitOptions deployitOptions)
Method Detail

start

public static void start(DeployitOptions deployitOptions)

start

public void start()

requestShutdown

public static void requestShutdown()

hasShutdownBeenrequested

public static boolean hasShutdownBeenrequested()