Package jenkins.plugins.purgejobhistory
Class PurgeJobHistoryAction
java.lang.Object
jenkins.plugins.purgejobhistory.PurgeJobHistoryAction
- All Implemented Interfaces:
Action
,ModelObject
An
Action
to allow the user to purge the job history.-
Constructor Details
-
PurgeJobHistoryAction
-
-
Method Details
-
getItem
-
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, @QueryParameter("recurse") boolean recurse) throws IOException - Throws:
IOException
-