Uses of Class
hudson.model.ManagementLink
-
Packages that use ManagementLink 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 in hudson
Subclasses of ManagementLink in hudson Modifier and Type Class Description class
AboutJenkins
Show "About Jenkins" link. -
Uses of ManagementLink in hudson.diagnosis
Subclasses of ManagementLink in hudson.diagnosis Modifier and Type Class Description static class
OldDataMonitor.ManagementLinkImpl
-
Uses of ManagementLink in hudson.lifecycle
Subclasses of ManagementLink in hudson.lifecycle Modifier and Type Class Description class
WindowsInstallerLink
ManagementLink
that allows the installation as a Windows service. -
Uses of ManagementLink in hudson.model
Fields in hudson.model with type parameters of type ManagementLink Modifier and Type Field Description static List<ManagementLink>
ManagementLink. LIST
Methods in hudson.model that return types with arguments of type ManagementLink Modifier and Type Method Description static ExtensionList<ManagementLink>
ManagementLink. all()
All registered instances. -
Uses of ManagementLink in hudson.security
Subclasses of ManagementLink in hudson.security Modifier and Type Class Description class
GlobalSecurityConfiguration
Security configuration.static class
HudsonPrivateSecurityRealm.ManageUserLinks
Displays "manage users" link in the system config ifHudsonPrivateSecurityRealm
is in effect. -
Uses of ManagementLink in jenkins.management
Subclasses of ManagementLink in jenkins.management Modifier and Type Class Description class
CliLink
class
ConfigureLink
class
ConsoleLink
class
NodesLink
class
PluginsLink
class
ReloadLink
class
ShutdownLink
class
StatisticsLink
class
SystemInfoLink
class
SystemLogLink
-
Uses of ManagementLink in jenkins.model
Methods in jenkins.model that return types with arguments of type ManagementLink Modifier and Type Method Description Map<ManagementLink.Category,List<ManagementLink>>
Jenkins. getCategorizedManagementLinks()
List<ManagementLink>
Jenkins. getManagementLinks()
-
Uses of ManagementLink in jenkins.tools
Subclasses of ManagementLink in jenkins.tools Modifier and Type Class Description class
GlobalToolConfiguration
-