hudson.plugins.sidebar_link
Class SidebarLinkPlugin
java.lang.Object
hudson.Plugin
hudson.plugins.sidebar_link.SidebarLinkPlugin
- All Implemented Interfaces:
- hudson.model.Saveable
public class SidebarLinkPlugin
- extends hudson.Plugin
Simply add a link in the main page sidepanel.
- Author:
- Alan.Harder@sun.com
| Fields inherited from class hudson.Plugin |
NONE |
| Fields inherited from interface hudson.model.Saveable |
NOOP |
| Methods inherited from class hudson.Plugin |
configure, doDynamic, getConfigXml, load, postInitialize, save, setServletContext, stop |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SidebarLinkPlugin
public SidebarLinkPlugin()
start
public void start()
throws java.lang.Exception
- Overrides:
start in class hudson.Plugin
- Throws:
java.lang.Exception
getLinks
public java.util.List<LinkAction> getLinks()
configure
public void configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws java.io.IOException,
javax.servlet.ServletException,
hudson.model.Descriptor.FormException
- Overrides:
configure in class hudson.Plugin
- Throws:
java.io.IOException
javax.servlet.ServletException
hudson.model.Descriptor.FormException
Copyright © 2010. All Rights Reserved.