org.apache.maven.report.projectinfo
Class CimReport
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.reporting.AbstractMavenReport
org.apache.maven.report.projectinfo.AbstractProjectInfoReport
org.apache.maven.report.projectinfo.CimReport
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.apache.maven.reporting.MavenReport
public class CimReport
- extends AbstractProjectInfoReport
Generates the Project Continuous Integration System report.
- Version:
- $Id: CimReport.java 539737 2007-05-19 11:57:16Z vsiveton $
- Author:
- Vincent Siveton
Fields inherited from interface org.apache.maven.reporting.MavenReport |
CATEGORY_PROJECT_INFORMATION, CATEGORY_PROJECT_REPORTS, ROLE |
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.apache.maven.reporting.AbstractMavenReport |
canGenerateReport, closeReport, generate, generate, generate, getReportOutputDirectory, getSink, getSinkFactory, isExternalReport, setReportOutputDirectory |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CimReport
public CimReport()
getName
public java.lang.String getName(java.util.Locale locale)
getDescription
public java.lang.String getDescription(java.util.Locale locale)
executeReport
public void executeReport(java.util.Locale locale)
- Specified by:
executeReport
in class org.apache.maven.reporting.AbstractMavenReport
getOutputName
public java.lang.String getOutputName()
Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.