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 SummaryNested classes/interfaces inherited from class hudson.PluginPlugin.DummyImpl
- 
Field SummaryFields inherited from class hudson.PluginSKIP_PERMISSION_CHECK
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class hudson.Pluginconfigure, configure, configure, doDynamic, doDynamic, getConfigXml, getTarget, getWrapper, load, postInitialize, save, setServletContext, start, stop
- 
Constructor Details- 
EmailExtensionPluginpublic EmailExtensionPlugin()
 
-