Package jenkins.slaves.systemInfo
Class EnvVarsSlaveInfo
java.lang.Object
jenkins.slaves.systemInfo.SlaveSystemInfo
jenkins.slaves.systemInfo.EnvVarsSlaveInfo
- All Implemented Interfaces:
ExtensionPoint
- 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.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_READ
is also supported.Methods inherited from class jenkins.slaves.systemInfo.SlaveSystemInfo
all
-
Constructor Details
-
EnvVarsSlaveInfo
public EnvVarsSlaveInfo()
-
-
Method Details
-
getDisplayName
Description copied from class:SlaveSystemInfo
Human readable name of this statistics.- Specified by:
getDisplayName
in classSlaveSystemInfo
-
getRequiredPermission
Description copied from class:SlaveSystemInfo
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_READ
is also supported.- Overrides:
getRequiredPermission
in classSlaveSystemInfo
- Returns:
- the permission required for the extension to be shown on "System Information".
-