Class FileHandleDump
- java.lang.Object
-
- hudson.model.ManagementLink
-
- com.cloudbees.jenkins.plugins.file_leak_detector.FileHandleDump
-
- All Implemented Interfaces:
ExtensionPoint
,Action
,ModelObject
@Extension public class FileHandleDump extends ManagementLink
- 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 Constructor Description FileHandleDump()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kohsuke.stapler.HttpResponse
doActivate(String opts)
Activates the file leak detector.org.kohsuke.stapler.HttpResponse
doIndex(org.kohsuke.stapler.StaplerResponse response)
Dumps the currently opened files.ManagementLink.Category
getCategory()
String
getDescription()
String
getDisplayName()
String
getIconFileName()
String
getUrlName()
-
Methods inherited from class hudson.model.ManagementLink
all, getCategoryName, getRequiredPermission, getRequiresConfirmation, getRequiresPOST
-
-
-
-
Method Detail
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interfaceAction
- Specified by:
getIconFileName
in classManagementLink
-
getDisplayName
public String getDisplayName()
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
- Specified by:
getUrlName
in classManagementLink
-
getDescription
public String getDescription()
- Overrides:
getDescription
in classManagementLink
-
getCategory
@NonNull public ManagementLink.Category getCategory()
- Overrides:
getCategory
in classManagementLink
-
doIndex
public org.kohsuke.stapler.HttpResponse doIndex(org.kohsuke.stapler.StaplerResponse response) throws Exception
Dumps the currently opened files.- Throws:
Exception
-
-