Package jenkins.slaves.systemInfo
Class ThreadDumpSlaveInfo
java.lang.Object
jenkins.slaves.systemInfo.SlaveSystemInfo
jenkins.slaves.systemInfo.ThreadDumpSlaveInfo
- All Implemented Interfaces:
ExtensionPoint
@Extension(ordinal=1.0)
@Symbol("threadDump")
public class ThreadDumpSlaveInfo
extends SlaveSystemInfo
- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionHuman readable name of this statistics.Methods inherited from class jenkins.slaves.systemInfo.SlaveSystemInfo
all, getRequiredPermission
-
Constructor Details
-
ThreadDumpSlaveInfo
public ThreadDumpSlaveInfo()
-
-
Method Details
-
getDisplayName
Description copied from class:SlaveSystemInfo
Human readable name of this statistics.- Specified by:
getDisplayName
in classSlaveSystemInfo
-