hudson.plugins.sfee
Class PluginImpl

java.lang.Object
  extended by hudson.Plugin
      extended by hudson.plugins.sfee.PluginImpl
All Implemented Interfaces:
hudson.model.Saveable

public class PluginImpl
extends hudson.Plugin


Field Summary
static hudson.security.Permission PUBLISH
           
 
Fields inherited from class hudson.Plugin
NONE
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
PluginImpl()
           
 
Method Summary
 void doGetReleasePackages(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp, java.lang.String projectId)
           
 
Methods inherited from class hudson.Plugin
configure, configure, doDynamic, getConfigXml, load, postInitialize, save, setServletContext, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PUBLISH

public static hudson.security.Permission PUBLISH
Constructor Detail

PluginImpl

public PluginImpl()
Method Detail

doGetReleasePackages

public void doGetReleasePackages(org.kohsuke.stapler.StaplerRequest req,
                                 org.kohsuke.stapler.StaplerResponse rsp,
                                 @QueryParameter(value="projectId")
                                 java.lang.String projectId)
                          throws java.io.IOException,
                                 javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException


Copyright © 2009. All Rights Reserved.