hudson.maven.reporters
Class ReportAction.Entry

java.lang.Object
  extended by hudson.maven.reporters.ReportAction.Entry
Enclosing class:
ReportAction

public static final class ReportAction.Entry
extends Object


Field Summary
 String path
          Relative path to the top of the report withtin the project reporting directory.
 String title
           
 
Constructor Summary
ReportAction.Entry(String path, String title)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path

public final String path
Relative path to the top of the report withtin the project reporting directory.


title

public final String title
Constructor Detail

ReportAction.Entry

public ReportAction.Entry(String path,
                          String title)


Copyright © 2004-2013. All Rights Reserved.