Package jenkins.plugins.purgejobhistory
Class PurgeJobHistoryRootAction
java.lang.Object
jenkins.plugins.purgejobhistory.PurgeJobHistoryRootAction
- All Implemented Interfaces:
ExtensionPoint
,Action
,ModelObject
,RootAction
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.kohsuke.stapler.HttpResponse
doDoPurge
(boolean resetNextBuild, boolean forceDelete)
-
Constructor Details
-
PurgeJobHistoryRootAction
public PurgeJobHistoryRootAction() -
PurgeJobHistoryRootAction
-
-
Method Details
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
-
doDoPurge
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public org.kohsuke.stapler.HttpResponse doDoPurge(@QueryParameter("resetNextBuild") boolean resetNextBuild, @QueryParameter("forceDelete") boolean forceDelete) throws IOException - Throws:
IOException
-