org.hudsonci.maven.plugin.ui
Class MavenConfigurationLink
java.lang.Object
hudson.model.ManagementLink
org.hudsonci.maven.plugin.ui.MavenConfigurationLink
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Action, hudson.model.ModelObject, org.kohsuke.stapler.StaplerProxy
@Named
@Singleton
public class MavenConfigurationLink
- extends hudson.model.ManagementLink
- implements org.kohsuke.stapler.StaplerProxy
Provides the global Maven configuration management link.
- Since:
- 2.1.0
- 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 |
MavenConfigurationLink
public MavenConfigurationLink()
getTarget
public MavenConfigurationUI getTarget()
- Specified by:
getTarget in interface org.kohsuke.stapler.StaplerProxy
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName in interface hudson.model.Action- Specified by:
getIconFileName 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
getUrlName
public String getUrlName()
- Specified by:
getUrlName in interface hudson.model.Action- Specified by:
getUrlName in class hudson.model.ManagementLink
getDescription
public String getDescription()
- Overrides:
getDescription in class hudson.model.ManagementLink
Copyright © 2004-2011 Hudson. All Rights Reserved.