@Extension
public class PluginManagementLink
extends hudson.model.ManagementLink
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() |
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.Action
getIconFileName
in class hudson.model.ManagementLink
ManagementLink
that only shows up under certain
circumstances.public String getDescription()
getDescription
in class hudson.model.ManagementLink
public String getDisplayName()
public String getUrlName()
getUrlName
in interface hudson.model.Action
getUrlName
in class hudson.model.ManagementLink
Copyright © 2009–2017. All rights reserved.