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.Action
getDisplayName
in interface hudson.model.ModelObject
public final String getIconFileName()
getIconFileName
in interface hudson.model.Action
public String getUrlName()
getUrlName
in interface hudson.model.Action
public String getMonitoringUrl()
protected boolean hasMonitoringPermissions()
Copyright © 2009–2017. All rights reserved.