org.hudsonci.maven.plugin.ui
Class MavenConfigurationUI

java.lang.Object
  extended by org.hudsonci.utils.plugin.ui.UIComponentSupport<MavenConfigurationLink>
      extended by org.hudsonci.maven.plugin.ui.MavenConfigurationUI
All Implemented Interfaces:
Action, ModelObject

public class MavenConfigurationUI
extends UIComponentSupport<MavenConfigurationLink>

UI delegate for MavenConfigurationLink.

Since:
2.1.0
Author:
Jason Dillon

Field Summary
 
Fields inherited from class org.hudsonci.utils.plugin.ui.UIComponentSupport
log, parent
 
Constructor Summary
MavenConfigurationUI(MavenConfigurationLink parent)
           
 
Method Summary
 String getDescription()
           
 String getDisplayName()
           
 String getIconFileName()
           
 String getMainPanelId()
           
 String getUrlName()
           
 Permission getViewPermission()
           
 
Methods inherited from class org.hudsonci.utils.plugin.ui.UIComponentSupport
checkPermission, getBaseRestURI, getHelpPath, getIconFileName, getIconPath, getImagesPath, getPageTitle, getParent, getPluginName, getPluginPath, getPluginWrapper, getRootPath, getSidePanelOwner, redirect, redirectAncestor, redirectAncestor, redirectParent, redirectSelf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenConfigurationUI

public MavenConfigurationUI(MavenConfigurationLink parent)
Method Detail

getIconFileName

public String getIconFileName()
Specified by:
getIconFileName in interface Action
Overrides:
getIconFileName in class UIComponentSupport<MavenConfigurationLink>

getUrlName

public String getUrlName()
Specified by:
getUrlName in interface Action
Overrides:
getUrlName in class UIComponentSupport<MavenConfigurationLink>

getDisplayName

public String getDisplayName()

getDescription

public String getDescription()

getMainPanelId

@JellyAccessible
public String getMainPanelId()

getViewPermission

public Permission getViewPermission()
Overrides:
getViewPermission in class UIComponentSupport<MavenConfigurationLink>


Copyright © 2004-2011 Hudson. All Rights Reserved.