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:
getIconFileNamein interfaceAction
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
- Specified by:
getUrlNamein 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
-