hudson.plugins.greenballs
Class PluginImpl
java.lang.Object
hudson.Plugin
hudson.plugins.greenballs.PluginImpl
- All Implemented Interfaces:
- hudson.model.Saveable
public class PluginImpl
- extends hudson.Plugin
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:
- Kohsuke Kawaguchi
| Nested classes/interfaces inherited from class hudson.Plugin |
hudson.Plugin.DummyImpl |
| Fields inherited from interface hudson.model.Saveable |
NOOP |
|
Method Summary |
void |
doDynamic(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
|
void |
start()
|
| Methods inherited from class hudson.Plugin |
configure, configure, getConfigXml, load, postInitialize, save, setServletContext, stop |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginImpl
public PluginImpl()
start
public void start()
throws Exception
- Overrides:
start in class hudson.Plugin
- Throws:
Exception
doDynamic
public void doDynamic(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException,
javax.servlet.ServletException
- Overrides:
doDynamic in class hudson.Plugin
- Throws:
IOException
javax.servlet.ServletException
Copyright © 2009-2012 Hudson. All Rights Reserved.