@Mojo(name="dev-activity") public class DeveloperActivityReport extends ChangeLogReport
DEFAULT_ISSUE_ID_REGEX_PATTERN, developers, displayChangeSetDetailUrl, displayFileDetailUrl, displayFileRevDetailUrl, encodeFileUri, scmUrl, skip| Constructor and Description |
|---|
DeveloperActivityReport() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGenerateEmptyReport(ResourceBundle bundle,
org.apache.maven.doxia.sink.Sink sink)
generates an empty report in case there are no sources to generate a report with
|
protected void |
doGenerateReport(List<org.apache.maven.scm.command.changelog.ChangeLogSet> changeLogSets,
ResourceBundle bundle,
org.apache.maven.doxia.sink.Sink sink)
method that generates the report for this mojo.
|
String |
getDescription(Locale locale) |
String |
getName(Locale locale) |
String |
getOutputName() |
canGenerateReport, checkResult, countFilesChanged, doChangeSetTitle, doSummary, executeReport, generateChangeSetsFromSCM, generateLinks, generateLinks, getBundle, getChangedSets, getConnection, getOutputDirectory, getOutputEncoding, getProject, getScmRepository, getSiteRenderer, initReportUrls, sinkAuthorDetailscloseReport, execute, generate, generate, generate, getCategoryName, getReportOutputDirectory, getSink, getSinkFactory, isExternalReport, setReportOutputDirectorypublic String getDescription(Locale locale)
getDescription in interface org.apache.maven.reporting.MavenReportgetDescription in class ChangeLogReportpublic String getName(Locale locale)
getName in interface org.apache.maven.reporting.MavenReportgetName in class ChangeLogReportpublic String getOutputName()
getOutputName in interface org.apache.maven.reporting.MavenReportgetOutputName in class ChangeLogReportprotected void doGenerateEmptyReport(ResourceBundle bundle, org.apache.maven.doxia.sink.Sink sink)
doGenerateEmptyReport in class ChangeLogReportbundle - the resource bundle to retrieve report phrases fromsink - the report formatting toolprotected void doGenerateReport(List<org.apache.maven.scm.command.changelog.ChangeLogSet> changeLogSets, ResourceBundle bundle, org.apache.maven.doxia.sink.Sink sink)
doGenerateReport in class ChangeLogReportchangeLogSets - changed sets to generate the report frombundle - the resource bundle to retrieve report phrases fromsink - the report formatting toolCopyright © 2002–2014 The Apache Software Foundation. All rights reserved.