
hudson.ExtensionPoint Maven / Gradle / Ivy
package hudson;
/**
* Marker interface that designates extensible components
* in Hudson that can be implemented by plugins.
*
*
* See respective interfaces/classes for more about how to register custom
* implementations to Hudson.
*
* @author Kohsuke Kawaguchi
* @see Plugin
*/
public interface ExtensionPoint {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy