Class LockableResourcesManagementLink

java.lang.Object
hudson.model.ManagementLink
org.jenkins.plugins.lockableresources.actions.LockableResourcesManagementLink
All Implemented Interfaces:
ExtensionPoint, Action, ModelObject

@Extension @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class LockableResourcesManagementLink extends ManagementLink
ManagementLink that renders the Lockable Resources page inside the Manage Jenkins settings-subpage layout (with the Manage Jenkins sidebar). This keeps the plugin discoverable and integrated within the management UI for admins.

Non-admin users with only the VIEW permission access the page via the LockableResourcesRootAction at /lockable-resources/ instead.