Class FileHandleDump
java.lang.Object
hudson.model.ManagementLink
com.cloudbees.jenkins.plugins.file_leak_detector.FileHandleDump
- All Implemented Interfaces:
ExtensionPoint,Action,ModelObject
- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.ManagementLink
ManagementLink.CategoryNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from class hudson.model.ManagementLink
LIST -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.kohsuke.stapler.HttpResponsedoActivate(String opts) Activates the file leak detector.org.kohsuke.stapler.HttpResponsedoIndex(org.kohsuke.stapler.StaplerResponse2 response) Dumps the currently opened files.Methods inherited from class hudson.model.ManagementLink
all, getBadge, getCategoryName, getRequiredPermission, getRequiresConfirmation, getRequiresPOST
-
Constructor Details
-
FileHandleDump
public FileHandleDump()
-
-
Method Details
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction- Specified by:
getIconFileNamein classManagementLink
-
getDisplayName
-
getUrlName
- Specified by:
getUrlNamein interfaceAction- Specified by:
getUrlNamein classManagementLink
-
getDescription
- Overrides:
getDescriptionin classManagementLink
-
getCategory
- Overrides:
getCategoryin classManagementLink
-
doIndex
public org.kohsuke.stapler.HttpResponse doIndex(org.kohsuke.stapler.StaplerResponse2 response) throws Exception Dumps the currently opened files.- Throws:
Exception
-
doActivate
Activates the file leak detector.- Throws:
Exception
-