org.jenkins.ci.plugins
Class PurgeBuildQueueAction

java.lang.Object
  extended by org.jenkins.ci.plugins.PurgeBuildQueueAction
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Action, hudson.model.ModelObject, hudson.model.RootAction

@Extension
public final class PurgeBuildQueueAction
extends Object
implements hudson.model.RootAction

Since:
1.0
Author:
Jesse Farinacci

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
PurgeBuildQueueAction()
           
 
Method Summary
 void doPurge(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
           
 String getDisplayName()
           
 String getIconFileName()
           
protected static String getItemsVerbage(int length)
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PurgeBuildQueueAction

public PurgeBuildQueueAction()
Method Detail

doPurge

public void doPurge(org.kohsuke.stapler.StaplerRequest request,
                    org.kohsuke.stapler.StaplerResponse response)
             throws javax.servlet.ServletException,
                    IOException
Throws:
javax.servlet.ServletException
IOException

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject

getIconFileName

public String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action

getUrlName

public String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action

getItemsVerbage

protected static String getItemsVerbage(int length)


Copyright © 2004-2011. All Rights Reserved.