com.nirima.jenkins
Class RepositoryPlugin

java.lang.Object
  extended by hudson.Plugin
      extended by com.nirima.jenkins.RepositoryPlugin
All Implemented Interfaces:
hudson.model.Saveable

@Extension
public class RepositoryPlugin
extends hudson.Plugin


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.Plugin
hudson.Plugin.DummyImpl
 
Field Summary
static java.lang.String DISPLAY_NAME
           
static java.lang.String URL
           
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
RepositoryPlugin()
           
 
Method Summary
 void doDynamic(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
           
 void setServletContext(javax.servlet.ServletContext context)
           
 void start()
           
 
Methods inherited from class hudson.Plugin
configure, configure, getConfigXml, load, postInitialize, save, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DISPLAY_NAME

public static java.lang.String DISPLAY_NAME

URL

public static java.lang.String URL
Constructor Detail

RepositoryPlugin

public RepositoryPlugin()
Method Detail

start

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

setServletContext

public void setServletContext(javax.servlet.ServletContext context)
Overrides:
setServletContext in class hudson.Plugin

doDynamic

public void doDynamic(org.kohsuke.stapler.StaplerRequest req,
                      org.kohsuke.stapler.StaplerResponse rsp)
               throws java.io.IOException,
                      javax.servlet.ServletException
Overrides:
doDynamic in class hudson.Plugin
Throws:
java.io.IOException
javax.servlet.ServletException


Copyright © 2004-2011. All Rights Reserved.