Class PluginImpl

java.lang.Object
hudson.Plugin
org.jvnet.hudson.plugins.monitoring.PluginImpl
All Implemented Interfaces:
Saveable, org.kohsuke.stapler.StaplerProxy

public class PluginImpl extends Plugin
Entry point of the plugin.

There must be one Plugin class in each plugin. See javadoc of Plugin for more about what can be done on this class.

Author:
Emeric Vernat