net.sf.lavalamp.runner
Class WebRun
java.lang.Object
net.sf.lavalamp.runner.DefaultApplication
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebRun
public WebRun()
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.