org.apache.maven.plugin.jira
Class JiraMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.reporting.AbstractMavenReport
org.apache.maven.plugin.changes.AbstractChangesReport
org.apache.maven.plugin.jira.JiraMojo
- All Implemented Interfaces:
- ContextEnabled, Mojo, MavenMultiPageReport, MavenReport
public class JiraMojo
- extends AbstractChangesReport
Goal which downloads issues from the Issue Tracking System and generates a report.
- Version:
- $Id: JiraMojo.java 1134780 2011-06-11 21:47:41Z hboutemy $
- Author:
- Johnny R. Ruiz III
- Is defined by the goal name:
- jira-report
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JiraMojo
public JiraMojo()
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()
setMockDownloader
public void setMockDownloader(AbstractJiraDownloader mockDownloader)
getMockDownloader
public AbstractJiraDownloader getMockDownloader()
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.