org.apache.maven.plugin.github
Class GitHubMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.reporting.AbstractMavenReport
org.apache.maven.plugin.changes.AbstractChangesReport
org.apache.maven.plugin.github.GitHubMojo
- All Implemented Interfaces:
- ContextEnabled, Mojo, MavenMultiPageReport, MavenReport
@Mojo(name="github-report",
threadSafe=true)
public class GitHubMojo
- extends AbstractChangesReport
Goal which downloads issues from GitHub and generates a
report.
- Since:
- 2.8
- Author:
- Bryan Baugher
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 |
GitHubMojo
public GitHubMojo()
getOutputName
public String getOutputName()
getName
public String getName(Locale locale)
getDescription
public String getDescription(Locale locale)
canGenerateReport
public boolean canGenerateReport()
- Specified by:
canGenerateReport
in interface MavenReport
- Overrides:
canGenerateReport
in class AbstractMavenReport
- See Also:
AbstractMavenReport.canGenerateReport()
executeReport
protected void executeReport(Locale locale)
throws MavenReportException
- Specified by:
executeReport
in class AbstractMavenReport
- Throws:
MavenReportException
Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.