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 |
getCsrfTokenUrlPart()
Si la protection csrf est activée dans Jenkins (ce qui est le cas par défaut),
retourne la partie de l'url avec le token csrf de javamelody.
|
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()
public String getCsrfTokenUrlPart()
protected boolean hasMonitoringPermissions()
Copyright © 2009–2023. All rights reserved.