Package org.jvnet.hudson.test
Class NoListenerConfiguration2
java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
org.jvnet.hudson.test.NoListenerConfiguration2
- All Implemented Interfaces:
org.eclipse.jetty.util.component.LifeCycle
public class NoListenerConfiguration2
extends org.eclipse.jetty.util.component.AbstractLifeCycle
Kills off the
WebAppMain
ServletContextListener
.
This is so that the harness can create the Jenkins
object.
with the home directory of our choice.
- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener, org.eclipse.jetty.util.component.AbstractLifeCycle.StopException
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.LifeCycle
org.eclipse.jetty.util.component.LifeCycle.Listener
-
Field Summary
Fields inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
FAILED, STARTED, STARTING, STOPPED, STOPPING
-
Constructor Summary
ConstructorDescriptionNoListenerConfiguration2
(org.eclipse.jetty.ee9.webapp.WebAppContext context) -
Method Summary
Methods inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
addEventListener, doStop, getEventListeners, getState, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeEventListener, setEventListeners, start, stop, toString
-
Constructor Details
-
NoListenerConfiguration2
public NoListenerConfiguration2(org.eclipse.jetty.ee9.webapp.WebAppContext context)
-
-
Method Details
-
doStart
protected void doStart()- Overrides:
doStart
in classorg.eclipse.jetty.util.component.AbstractLifeCycle
-