public abstract class SlaveSystemInfo extends Object implements ExtensionPoint
Computer
.
systemInfo.groovy/.jelly
view.
This view will have the "it" variable that refers to Computer
object, and "instance" variable
that refers to SlaveSystemInfo
object.ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
SlaveSystemInfo() |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<SlaveSystemInfo> |
all() |
abstract 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 default
Computer.CONNECT , but Computer.EXTENDED_READ is also supported. |
public abstract String getDisplayName()
public static ExtensionList<SlaveSystemInfo> all()
public Permission getRequiredPermission()
Computer.CONNECT
, but Computer.EXTENDED_READ
is also supported.Copyright © 2004–2021. All rights reserved.