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
Constructors Constructor Description ThreadDumpSlaveInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
Human readable name of this statistics.-
Methods inherited from class jenkins.slaves.systemInfo.SlaveSystemInfo
all, getRequiredPermission
-
-
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
Description copied from class:SlaveSystemInfo
Human readable name of this statistics.- Specified by:
getDisplayName
in classSlaveSystemInfo
-
-