org.jenkins.ci.plugins.saferestart
Class SafeRestartManagementLink
java.lang.Object
hudson.model.ManagementLink
org.jenkins.ci.plugins.saferestart.SafeRestartManagementLink
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Action, hudson.model.ModelObject
@Extension
public class SafeRestartManagementLink
- extends hudson.model.ManagementLink
ManagementLink for SafeRestart. Added restart link to system administrator.
- Author:
- Seiji Sogabe, Jesse Farinacci
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Fields inherited from class hudson.model.ManagementLink |
LIST |
| Methods inherited from class hudson.model.ManagementLink |
all |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SafeRestartManagementLink
public SafeRestartManagementLink()
getUrlName
protected static java.lang.String getUrlName(org.kohsuke.stapler.StaplerRequest request)
getDescription
public java.lang.String getDescription()
- Overrides:
getDescription in class hudson.model.ManagementLink
getDisplayName
public java.lang.String getDisplayName()
getIconFileName
public java.lang.String getIconFileName()
- Specified by:
getIconFileName in interface hudson.model.Action- Specified by:
getIconFileName in class hudson.model.ManagementLink
getUrlName
public java.lang.String getUrlName()
- Specified by:
getUrlName in interface hudson.model.Action- Specified by:
getUrlName in class hudson.model.ManagementLink
Copyright © 2004-2011. All Rights Reserved.