hudson.plugins.sidebar_link
Class LinkAction
java.lang.Object
hudson.plugins.sidebar_link.LinkAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject
public class LinkAction
- extends Object
- implements hudson.model.Action
Simple link.
- Author:
- Alan Harder
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinkAction
@DataBoundConstructor
public LinkAction(String urlName,
String displayName,
String iconFileName)
getUrlName
public String getUrlName()
- Specified by:
getUrlName in interface hudson.model.Action
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName in interface hudson.model.Action- Specified by:
getDisplayName in interface hudson.model.ModelObject
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName in interface hudson.model.Action
Copyright © 2004-2011. All Rights Reserved.