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.Category
Nested 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.HttpResponse
doActivate
(String opts) Activates the file leak detector.org.kohsuke.stapler.HttpResponse
doIndex
(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:
getIconFileName
in interfaceAction
- Specified by:
getIconFileName
in classManagementLink
-
getDisplayName
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
- Specified by:
getUrlName
in classManagementLink
-
getDescription
- Overrides:
getDescription
in classManagementLink
-
getCategory
- Overrides:
getCategory
in 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
-