org.apache.maven.plugin.trac
Class TracMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.reporting.AbstractMavenReport
          extended by org.apache.maven.plugin.changes.AbstractChangesReport
              extended by org.apache.maven.plugin.trac.TracMojo
All Implemented Interfaces:
ContextEnabled, Mojo, MavenMultiPageReport, MavenReport

@Mojo(name="trac-report",
      threadSafe=true)
public class TracMojo
extends AbstractChangesReport

Goal which downloads issues from the Issue Tracking System and generates a report.

Since:
2.1
Version:
$Id: TracMojo.java 1355880 2012-07-01 13:13:15Z olamy $
Author:
Noriko Kinugasa

Field Summary
 
Fields inherited from class org.apache.maven.plugin.changes.AbstractChangesReport
factory, i18n, localRepository, project, resolver, siteRenderer
 
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
 
Constructor Summary
TracMojo()
           
 
Method Summary
 boolean canGenerateReport()
           
 void executeReport(Locale locale)
           
 String getDescription(Locale locale)
           
 String getName(Locale locale)
           
 String getOutputName()
           
 
Methods inherited from class org.apache.maven.plugin.changes.AbstractChangesReport
execute, getOutputDirectory, getOutputEncoding, getProject, getSiteRenderer
 
Methods inherited from class org.apache.maven.reporting.AbstractMavenReport
closeReport, generate, generate, generate, getCategoryName, 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
 

Constructor Detail

TracMojo

public TracMojo()
Method Detail

canGenerateReport

public boolean canGenerateReport()
Specified by:
canGenerateReport in interface MavenReport
Overrides:
canGenerateReport in class AbstractMavenReport
See Also:
AbstractMavenReport.canGenerateReport()

executeReport

public void executeReport(Locale locale)
                   throws MavenReportException
Specified by:
executeReport in class AbstractMavenReport
Throws:
MavenReportException

getDescription

public String getDescription(Locale locale)

getName

public String getName(Locale locale)

getOutputName

public String getOutputName()


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.