net.sf.lavalamp.runner
Class WebRun

java.lang.Object
  extended by net.sf.lavalamp.runner.DefaultApplication
      extended by net.sf.lavalamp.runner.WebRun
All Implemented Interfaces:
Application

public class WebRun
extends DefaultApplication

Starts jetty and deploys a servlet to listen for build status requests. A build server such as CruiseControl can be configured to report build status using http notification.

Author:
Steven Hale
See Also:
BuildStatusServlet

Field Summary
 
Fields inherited from class net.sf.lavalamp.runner.DefaultApplication
console, properties, TICK
 
Constructor Summary
WebRun()
           
 
Method Summary
 void exec(LavaLogger logger, Pause pause)
           
 DeviceController getDeviceController()
           
 void init()
          Initializes the application
 
Methods inherited from class net.sf.lavalamp.runner.DefaultApplication
setConsole, setProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebRun

public WebRun()
Method Detail

exec

public void exec(LavaLogger logger,
                 Pause pause)
          throws Exception
Throws:
Exception

init

public void init()
          throws Exception
Description copied from class: DefaultApplication
Initializes the application

Specified by:
init in interface Application
Overrides:
init in class DefaultApplication
Throws:
Exception

getDeviceController

public DeviceController getDeviceController()


Copyright © 2010. All Rights Reserved.