Package hudson.init
Interface InitReactorListener
-
- All Superinterfaces:
org.jvnet.hudson.reactor.ReactorListener
public interface InitReactorListener extends org.jvnet.hudson.reactor.ReactorListener
ReactorListener
s 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