Uses of Class
hudson.model.ManagementLink.Category
-
Packages that use ManagementLink.Category Package Description hudson hudson.diagnosis hudson.lifecycle hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.security Security-related code.jenkins.management jenkins.model jenkins.tools -
-
Uses of ManagementLink.Category in hudson
Methods in hudson that return ManagementLink.Category Modifier and Type Method Description ManagementLink.Category
AboutJenkins. getCategory()
-
Uses of ManagementLink.Category in hudson.diagnosis
Methods in hudson.diagnosis that return ManagementLink.Category Modifier and Type Method Description ManagementLink.Category
OldDataMonitor.ManagementLinkImpl. getCategory()
-
Uses of ManagementLink.Category in hudson.lifecycle
Methods in hudson.lifecycle that return ManagementLink.Category Modifier and Type Method Description ManagementLink.Category
WindowsInstallerLink. getCategory()
-
Uses of ManagementLink.Category in hudson.model
Methods in hudson.model that return ManagementLink.Category Modifier and Type Method Description ManagementLink.Category
ManagementLink. getCategory()
Category for management link, usesString
so it can be done with core dependency pre-dating the version this feature was added.static ManagementLink.Category
ManagementLink.Category. valueOf(String name)
Returns the enum constant of this type with the specified name.static ManagementLink.Category[]
ManagementLink.Category. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ManagementLink.Category in hudson.security
Methods in hudson.security that return ManagementLink.Category Modifier and Type Method Description ManagementLink.Category
GlobalSecurityConfiguration. getCategory()
ManagementLink.Category
HudsonPrivateSecurityRealm.ManageUserLinks. getCategory()
-
Uses of ManagementLink.Category in jenkins.management
Methods in jenkins.management that return ManagementLink.Category Modifier and Type Method Description ManagementLink.Category
CliLink. getCategory()
ManagementLink.Category
ConfigureLink. getCategory()
ManagementLink.Category
ConsoleLink. getCategory()
ManagementLink.Category
NodesLink. getCategory()
ManagementLink.Category
PluginsLink. getCategory()
ManagementLink.Category
ReloadLink. getCategory()
ManagementLink.Category
ShutdownLink. getCategory()
ManagementLink.Category
StatisticsLink. getCategory()
ManagementLink.Category
SystemInfoLink. getCategory()
ManagementLink.Category
SystemLogLink. getCategory()
-
Uses of ManagementLink.Category in jenkins.model
Methods in jenkins.model that return types with arguments of type ManagementLink.Category Modifier and Type Method Description Map<ManagementLink.Category,List<ManagementLink>>
Jenkins. getCategorizedManagementLinks()
-
Uses of ManagementLink.Category in jenkins.tools
Methods in jenkins.tools that return ManagementLink.Category Modifier and Type Method Description ManagementLink.Category
GlobalToolConfiguration. getCategory()
-