Package hudson.plugins.favorite
Class FavoritePlugin
java.lang.Object
hudson.Plugin
hudson.plugins.favorite.FavoritePlugin
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class FavoritePlugin
extends Plugin
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.Plugin
Plugin.DummyImpl -
Field Summary
Fields inherited from class hudson.Plugin
SKIP_PERMISSION_CHECK -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoToggleFavorite(org.kohsuke.stapler.StaplerResponse2 resp, String job, Boolean redirect) Methods inherited from class hudson.Plugin
configure, configure, configure, doDynamic, doDynamic, getConfigXml, getTarget, getWrapper, load, postInitialize, save, setServletContext, start, stop
-
Constructor Details
-
FavoritePlugin
public FavoritePlugin()
-
-
Method Details
-
doToggleFavorite
public void doToggleFavorite(org.kohsuke.stapler.StaplerResponse2 resp, @QueryParameter String job, @QueryParameter Boolean redirect) throws IOException - Throws:
IOException
-