org.hudsonci.plugins.vault.ui
Class VaultLink
java.lang.Object
hudson.model.ManagementLink
org.hudsonci.plugins.vault.ui.VaultLink
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Action, hudson.model.ModelObject, org.kohsuke.stapler.StaplerFallback
@Named
@Singleton
public class VaultLink
- extends hudson.model.ManagementLink
- implements org.kohsuke.stapler.StaplerFallback
Provides the vault management link.
- Author:
- Jason Dillon
| 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 |
VaultLink
public VaultLink()
getUrlName
public String getUrlName()
- Specified by:
getUrlName in interface hudson.model.Action- Specified by:
getUrlName in class hudson.model.ManagementLink
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName in interface hudson.model.Action- Specified by:
getDisplayName in interface hudson.model.ModelObject
getDescription
public String getDescription()
- Overrides:
getDescription in class hudson.model.ManagementLink
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName in interface hudson.model.Action- Specified by:
getIconFileName in class hudson.model.ManagementLink
getStaplerFallback
public Object getStaplerFallback()
- Specified by:
getStaplerFallback in interface org.kohsuke.stapler.StaplerFallback
Copyright © 2004-2012 Hudson. All Rights Reserved.