com.cisco.step.jenkins.plugins.people.redirector
Class PeopleRedirectorPlugin

java.lang.Object
  extended by hudson.Plugin
      extended by com.cisco.step.jenkins.plugins.people.redirector.PeopleRedirectorPlugin
All Implemented Interfaces:
hudson.model.Saveable

public class PeopleRedirectorPlugin
extends hudson.Plugin


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.Plugin
hudson.Plugin.DummyImpl
 
Field Summary
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
PeopleRedirectorPlugin()
           
 
Method Summary
 void configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 String getHelpFile()
           
 String getRedirectTarget()
           
 boolean isDisabled()
           
 void start()
           
 
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
 

Constructor Detail

PeopleRedirectorPlugin

public PeopleRedirectorPlugin()
Method Detail

getRedirectTarget

public String getRedirectTarget()

isDisabled

public boolean isDisabled()

start

public void start()
           throws Exception
Overrides:
start in class hudson.Plugin
Throws:
Exception

getHelpFile

public String getHelpFile()

configure

public void configure(org.kohsuke.stapler.StaplerRequest req,
                      net.sf.json.JSONObject formData)
               throws IOException,
                      javax.servlet.ServletException,
                      hudson.model.Descriptor.FormException
Overrides:
configure in class hudson.Plugin
Throws:
IOException
javax.servlet.ServletException
hudson.model.Descriptor.FormException


Copyright © 2004-2012. All Rights Reserved.