hudson.maven.reporters
Class ReportAction

java.lang.Object
  extended by hudson.maven.reporters.ReportAction
All Implemented Interfaces:
Action, ModelObject, Serializable

public final class ReportAction
extends Object
implements Action, Serializable

Action to display links to the generated Maven reports.

Author:
Kohsuke Kawaguchi
See Also:
Serialized Form

Nested Class Summary
static class ReportAction.Entry
           
 
Constructor Summary
ReportAction()
           
 
Method Summary
protected  void add(ReportAction.Entry e)
           
 String getDisplayName()
           
 String getIconFileName()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportAction

public ReportAction()
Method Detail

add

protected void add(ReportAction.Entry e)

getIconFileName

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

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


Copyright © 2004-2013. All Rights Reserved.