hudson.plugins.favorite
Class FavoritePlugin

java.lang.Object
  extended by hudson.Plugin
      extended by hudson.plugins.favorite.FavoritePlugin
All Implemented Interfaces:
hudson.model.Saveable

public class FavoritePlugin
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
FavoritePlugin()
           
 
Method Summary
 void doToggleFavorite(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse resp, String job, String userName, Boolean redirect)
           
 
Methods inherited from class hudson.Plugin
configure, configure, doDynamic, getConfigXml, getWrapper, load, postInitialize, save, setServletContext, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FavoritePlugin

public FavoritePlugin()
Method Detail

doToggleFavorite

public void doToggleFavorite(org.kohsuke.stapler.StaplerRequest req,
                             org.kohsuke.stapler.StaplerResponse resp,
                             @QueryParameter
                             String job,
                             @QueryParameter
                             String userName,
                             @QueryParameter
                             Boolean redirect)
                      throws IOException
Throws:
IOException


Copyright © 2004-2012. All Rights Reserved.