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
- See Also:
jenkins.model.Jenkins#buildReactorListener()
| Nested classes/interfaces inherited from interface org.jvnet.hudson.reactor.ReactorListener |
org.jvnet.hudson.reactor.ReactorListener.Aggregator |
| Fields inherited from interface org.jvnet.hudson.reactor.ReactorListener |
NOOP |
| Methods inherited from interface org.jvnet.hudson.reactor.ReactorListener |
onAttained, onTaskCompleted, onTaskFailed, onTaskStarted |
Copyright © 2004-2013. All Rights Reserved.