Package jenkins.slaves.systemInfo
Class EnvVarsSlaveInfo
- java.lang.Object
-
- jenkins.slaves.systemInfo.SlaveSystemInfo
-
- jenkins.slaves.systemInfo.EnvVarsSlaveInfo
-
- All Implemented Interfaces:
ExtensionPoint
@Extension(ordinal=2.0) @Symbol("envVars") public class EnvVarsSlaveInfo extends SlaveSystemInfo
- Author:
- Kohsuke Kawaguchi
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description EnvVarsSlaveInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
Human readable name of this statistics.Permission
getRequiredPermission()
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
-
-
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
Description copied from class:SlaveSystemInfo
Human readable name of this statistics.- Specified by:
getDisplayName
in classSlaveSystemInfo
-
getRequiredPermission
public Permission 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".
-
-