com.cloudbees.jenkins.plugins.file_leak_detector
Class FileHandleDump
java.lang.Object
hudson.model.ManagementLink
com.cloudbees.jenkins.plugins.file_leak_detector.FileHandleDump
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Action, hudson.model.ModelObject
@Extension
public class FileHandleDump
- extends hudson.model.ManagementLink
- Author:
- Kohsuke Kawaguchi
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Fields inherited from class hudson.model.ManagementLink |
LIST |
| Methods inherited from class hudson.model.ManagementLink |
all |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileHandleDump
public FileHandleDump()
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName in interface hudson.model.Action- Specified by:
getIconFileName in class hudson.model.ManagementLink
getDisplayName
public String getDisplayName()
getUrlName
public String getUrlName()
- Specified by:
getUrlName in interface hudson.model.Action- Specified by:
getUrlName in class hudson.model.ManagementLink
getDescription
public String getDescription()
- Overrides:
getDescription in class hudson.model.ManagementLink
doIndex
public org.kohsuke.stapler.HttpResponse doIndex(org.kohsuke.stapler.StaplerResponse response)
throws Exception
- Dumps the currently opened files.
- Throws:
Exception
doActivate
public org.kohsuke.stapler.HttpResponse doActivate(@QueryParameter
String opts)
throws Exception
- Activates the file leak detector.
- Throws:
Exception
Copyright © 2004-2013. All Rights Reserved.