Package hudson.init

Interface InitReactorListener

All Superinterfaces:
org.jvnet.hudson.reactor.ReactorListener

public interface InitReactorListener extends org.jvnet.hudson.reactor.ReactorListener
ReactorListeners that get notified of the Hudson initialization process.

Because the act of initializing plugins is a part of the Hudson initialization, this extension point cannot be implemented in a plugin. You need to place your jar inside WEB-INF/lib instead.

To register, put MetaInfServices on your implementation.

Author:
Kohsuke Kawaguchi
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.jvnet.hudson.reactor.ReactorListener

    org.jvnet.hudson.reactor.ReactorListener.Aggregator
  • Field Summary

    Fields inherited from interface org.jvnet.hudson.reactor.ReactorListener

    NOOP
  • Method Summary

    Methods inherited from interface org.jvnet.hudson.reactor.ReactorListener

    onAttained, onTaskCompleted, onTaskFailed, onTaskStarted