@Extension(ordinal=2.147483156E9)
public class NodesManagementLink
extends hudson.model.ManagementLink
ManagementLink of the plugin to add a link in the "/manage" page, for the agents next to the one for the instance.| Constructor and Description |
|---|
NodesManagementLink() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategoryName()
Name of the category for this management link.
|
String |
getDescription()
Returns a short description of what this link does.
|
String |
getDisplayName()
Gets the string to be displayed.
|
String |
getIconFileName()
Mostly works like
Action.getIconFileName(), except
that the expected icon size is 48x48, not 24x24. |
hudson.security.Permission |
getRequiredPermission() |
String |
getUrlName() |
public String getIconFileName()
Action.getIconFileName(), except
that the expected icon size is 48x48, not 24x24. So if you give just a
file name, "/images/48x48" will be assumed.getIconFileName in interface hudson.model.ActiongetIconFileName in class hudson.model.ManagementLinkManagementLink that only shows up under certain
circumstances.public String getDescription()
getDescription in class hudson.model.ManagementLinkpublic String getDisplayName()
public hudson.security.Permission getRequiredPermission()
getRequiredPermission in class hudson.model.ManagementLinkpublic String getUrlName()
getUrlName in interface hudson.model.ActiongetUrlName in class hudson.model.ManagementLinkpublic String getCategoryName()
getCategory() insteadSTATUS.Copyright © 2009–2023. All rights reserved.