org.apache.maven.plugin.jira
Class JiraMojo

java.lang.Object
  extended byorg.apache.maven.plugin.AbstractMojo
      extended byorg.apache.maven.reporting.AbstractMavenReport
          extended byorg.apache.maven.plugin.changes.AbstractChangesReport
              extended byorg.apache.maven.plugin.jira.JiraMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.reporting.MavenReport, org.apache.maven.plugin.Mojo

public class JiraMojo
extends AbstractChangesReport

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

Version:
$Id: JiraMojo.html 816584 2012-05-08 12:33:35Z hboutemy $
Author:
Johnny R. Ruiz III

Field Summary
 
Fields inherited from class org.apache.maven.plugin.changes.AbstractChangesReport
factory, i18n, localRepository, outputDirectory, 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
JiraMojo()
           
 
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, getProject, getSiteRenderer
 
Methods inherited from class org.apache.maven.reporting.AbstractMavenReport
closeReport, generate, getCategoryName, getReportOutputDirectory, getSink, 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

JiraMojo

public JiraMojo()
Method Detail

canGenerateReport

public boolean canGenerateReport()
See Also:
AbstractMavenReport.canGenerateReport()

executeReport

public void executeReport(Locale locale)
                   throws org.apache.maven.reporting.MavenReportException
Throws:
org.apache.maven.reporting.MavenReportException

getName

public String getName(Locale locale)

getDescription

public String getDescription(Locale locale)

getOutputName

public String getOutputName()


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