@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, sinkAuthorDetails
closeReport, execute, generate, generate, generate, getCategoryName, getReportOutputDirectory, getSink, getSinkFactory, isExternalReport, setReportOutputDirectory
public String getDescription(Locale locale)
getDescription
in interface org.apache.maven.reporting.MavenReport
getDescription
in class ChangeLogReport
public String getName(Locale locale)
getName
in interface org.apache.maven.reporting.MavenReport
getName
in class ChangeLogReport
public String getOutputName()
getOutputName
in interface org.apache.maven.reporting.MavenReport
getOutputName
in class ChangeLogReport
protected void doGenerateEmptyReport(ResourceBundle bundle, org.apache.maven.doxia.sink.Sink sink)
doGenerateEmptyReport
in class ChangeLogReport
bundle
- 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 ChangeLogReport
changeLogSets
- changed sets to generate the report frombundle
- the resource bundle to retrieve report phrases fromsink
- the report formatting toolCopyright © 2002–2015 The Apache Software Foundation. All rights reserved.