Class NoListenerConfiguration

java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
org.jvnet.hudson.test.NoListenerConfiguration
All Implemented Interfaces:
org.eclipse.jetty.util.component.LifeCycle

public class NoListenerConfiguration 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

    Constructors
    Constructor
    Description
    NoListenerConfiguration(org.eclipse.jetty.webapp.WebAppContext context)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • NoListenerConfiguration

      public NoListenerConfiguration(org.eclipse.jetty.webapp.WebAppContext context)
  • Method Details

    • doStart

      protected void doStart()
      Overrides:
      doStart in class org.eclipse.jetty.util.component.AbstractLifeCycle