@Extension public class PluginManagementLink extends ManagementLink
ManagementLink of the plugin to add a link in the "/manage" page.ExtensionPoint.LegacyInstancesAreScopedToHudsonLIST| Constructor and Description |
|---|
PluginManagementLink() |
| Modifier and Type | Method and Description |
|---|---|
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. |
String |
getUrlName() |
all, getRequiredPermission, getRequiresConfirmation, getRequiresPOSTpublic 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 ActiongetIconFileName in class ManagementLinkManagementLink that only shows up under certain
circumstances.public String getDescription()
getDescription in class ManagementLinkpublic String getDisplayName()
public String getUrlName()
getUrlName in interface ActiongetUrlName in class ManagementLinkCopyright © 2009–2019. All rights reserved.