org.hudsonci.maven.plugin.ui
Class MavenConfigurationLink

java.lang.Object
  extended by hudson.model.ManagementLink
      extended by org.hudsonci.maven.plugin.ui.MavenConfigurationLink
All Implemented Interfaces:
ExtensionPoint, Action, ModelObject, org.kohsuke.stapler.StaplerProxy

@Named
@Singleton
public class MavenConfigurationLink
extends ManagementLink
implements org.kohsuke.stapler.StaplerProxy

Provides the global Maven configuration management link.

Since:
2.1.0
Author:
Jason Dillon

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.model.ManagementLink
LIST
 
Constructor Summary
MavenConfigurationLink()
           
 
Method Summary
 String getDescription()
           
 String getDisplayName()
           
 String getIconFileName()
           
 MavenConfigurationUI getTarget()
           
 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

MavenConfigurationLink

public MavenConfigurationLink()
Method Detail

getTarget

public MavenConfigurationUI getTarget()
Specified by:
getTarget in interface org.kohsuke.stapler.StaplerProxy

getIconFileName

public String getIconFileName()
Specified by:
getIconFileName in interface Action
Specified by:
getIconFileName in class ManagementLink

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface Action
Specified by:
getDisplayName in interface ModelObject

getUrlName

public String getUrlName()
Specified by:
getUrlName in interface Action
Specified by:
getUrlName in class ManagementLink

getDescription

public String getDescription()
Overrides:
getDescription in class ManagementLink


Copyright © 2004-2011 Hudson. All Rights Reserved.