org.hudsonci.plugins.vault.ui
Class VaultLink

java.lang.Object
  extended by hudson.model.ManagementLink
      extended by 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 Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.model.ManagementLink
LIST
 
Constructor Summary
VaultLink()
           
 
Method Summary
 String getDescription()
           
 String getDisplayName()
           
 String getIconFileName()
           
 Object getStaplerFallback()
           
 String getUrlName()
           
 
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
 

Constructor Detail

VaultLink

public VaultLink()
Method Detail

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.