public class PluginImpl
extends hudson.Plugin
There must be one Plugin
class in each plugin. See javadoc of
Plugin
for more about what can be done on this class.
Constructor and Description |
---|
PluginImpl() |
Modifier and Type | Method and Description |
---|---|
void |
postInitialize() |
void |
setServletContext(javax.servlet.ServletContext context) |
void |
start() |
void |
stop() |
public void setServletContext(javax.servlet.ServletContext context)
setServletContext
in class hudson.Plugin
public void start() throws Exception
start
in class hudson.Plugin
Exception
public void postInitialize() throws Exception
postInitialize
in class hudson.Plugin
Exception
Copyright © 2009-2013. All Rights Reserved.