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.HttpResponsedoDoPurge(boolean resetNextBuild, boolean forceDelete)
-
Constructor Details
-
PurgeJobHistoryRootAction
public PurgeJobHistoryRootAction() -
PurgeJobHistoryRootAction
-
-
Method Details
-
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) throws IOException - Throws:
IOException
-