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.
Copyright © 2004–2021. All rights reserved.