Package io.jenkins.plugins
Class PurgeBuildQueueAction
- java.lang.Object
-
- io.jenkins.plugins.PurgeBuildQueueAction
-
- All Implemented Interfaces:
ExtensionPoint
,Action
,ModelObject
,RootAction
@Extension public final class PurgeBuildQueueAction extends Object implements RootAction
- Since:
- 1.0
- Author:
- Jesse Farinacci
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description PurgeBuildQueueAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doPurge(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
String
getDisplayName()
String
getIconFileName()
String
getUrlName()
-
-
-
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 interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interfaceAction
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
-
-