Package hudson.plugins.emailext
Class EmailExtensionPlugin
java.lang.Object
hudson.Plugin
hudson.plugins.emailext.EmailExtensionPlugin
Entry point of a 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:
- kyle.sweeney@valtech.com
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.Plugin
Plugin.DummyImpl
-
Field Summary
Fields inherited from class hudson.Plugin
SKIP_PERMISSION_CHECK
-
Constructor Summary
-
Method Summary
Methods inherited from class hudson.Plugin
configure, configure, configure, doDynamic, doDynamic, getConfigXml, getTarget, getWrapper, load, postInitialize, save, setServletContext, start, stop
-
Constructor Details
-
EmailExtensionPlugin
public EmailExtensionPlugin()
-