Package jenkins.slaves.systemInfo
Class ClassLoaderStatisticsSlaveInfo
java.lang.Object
jenkins.slaves.systemInfo.SlaveSystemInfo
jenkins.slaves.systemInfo.ClassLoaderStatisticsSlaveInfo
- All Implemented Interfaces:
- ExtensionPoint
@Extension(ordinal=0.0)
@Symbol("classLoaderStatistics")
public class ClassLoaderStatisticsSlaveInfo
extends SlaveSystemInfo
- Author:
- Kohsuke Kawaguchi
- 
Nested Class SummaryNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionHuman readable name of this statistics.Returns the permission required for user to see this system info extension on the "System Information" page for the Agent By defaultComputer.CONNECT, butComputer.EXTENDED_READis also supported.Methods inherited from class jenkins.slaves.systemInfo.SlaveSystemInfoall
- 
Constructor Details- 
ClassLoaderStatisticsSlaveInfopublic ClassLoaderStatisticsSlaveInfo()
 
- 
- 
Method Details- 
getDisplayNameDescription copied from class:SlaveSystemInfoHuman readable name of this statistics.- Specified by:
- getDisplayNamein class- SlaveSystemInfo
 
- 
getRequiredPermissionDescription copied from class:SlaveSystemInfoReturns the permission required for user to see this system info extension on the "System Information" page for the Agent By defaultComputer.CONNECT, butComputer.EXTENDED_READis also supported.- Overrides:
- getRequiredPermissionin class- SlaveSystemInfo
- Returns:
- the permission required for the extension to be shown on "System Information".
 
 
-