public class NodeMonitoringAction extends Object implements hudson.model.Action
| Constructor and Description |
|---|
NodeMonitoringAction(hudson.model.Computer computer,
String displayName,
String iconPath)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Computer |
getComputer() |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getMonitoringUrl()
Used in index.jelly
|
String |
getUrlName() |
protected boolean |
hasMonitoringPermissions()
Checks that user has access permissions to the monitoring page.
|
public hudson.model.Computer getComputer()
public final String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic final String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic String getMonitoringUrl()
protected boolean hasMonitoringPermissions()
Copyright © 2009–2017. All rights reserved.