@Extension(ordinal=2.147483157E9)
public class PluginManagementLink
extends hudson.model.ManagementLink
ManagementLink
of the plugin to add a link in the "/manage" page.Constructor and Description |
---|
PluginManagementLink() |
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.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 hudson.security.Permission getRequiredPermission()
getRequiredPermission
in class hudson.model.ManagementLink
public String getUrlName()
getUrlName
in interface hudson.model.Action
getUrlName
in class hudson.model.ManagementLink
public String getCategoryName()
getCategory()
insteadSTATUS
.Copyright © 2009–2021. All rights reserved.