- DEFAULT_ISSUE_ID_REGEX_PATTERN - Static variable in class org.apache.maven.plugin.changelog.ChangeLogReport
-
- DeveloperActivityReport - Class in org.apache.maven.plugin.changelog
-
Generate a developer activity report.
- DeveloperActivityReport() - Constructor for class org.apache.maven.plugin.changelog.DeveloperActivityReport
-
- developers - Variable in class org.apache.maven.plugin.changelog.ChangeLogReport
-
List of developers to be shown on the report.
- displayChangeSetDetailUrl - Variable in class org.apache.maven.plugin.changelog.ChangeLogReport
-
A template string that is used to create the changeset URL.
- displayFileDetailUrl - Variable in class org.apache.maven.plugin.changelog.ChangeLogReport
-
A template string that is used to create the URL to the file details.
- displayFileRevDetailUrl - Variable in class org.apache.maven.plugin.changelog.ChangeLogReport
-
A template string that is used to create the revision aware URL to
the file details in a similar fashion to the displayFileDetailUrl
.
- doChangeSetTitle(ChangeLogSet, ResourceBundle, Sink) - Method in class org.apache.maven.plugin.changelog.ChangeLogReport
-
Generate the title for the report.
- doGenerateEmptyReport(ResourceBundle, Sink) - Method in class org.apache.maven.plugin.changelog.ChangeLogReport
-
generates an empty report in case there are no sources to generate a report with
- doGenerateEmptyReport(ResourceBundle, Sink) - Method in class org.apache.maven.plugin.changelog.DeveloperActivityReport
-
generates an empty report in case there are no sources to generate a report with
- doGenerateEmptyReport(ResourceBundle, Sink) - Method in class org.apache.maven.plugin.changelog.FileActivityReport
-
generates an empty report in case there are no sources to generate a report with
- doGenerateReport(List<ChangeLogSet>, ResourceBundle, Sink) - Method in class org.apache.maven.plugin.changelog.ChangeLogReport
-
method that generates the report for this mojo.
- doGenerateReport(List<ChangeLogSet>, ResourceBundle, Sink) - Method in class org.apache.maven.plugin.changelog.DeveloperActivityReport
-
method that generates the report for this mojo.
- doGenerateReport(List<ChangeLogSet>, ResourceBundle, Sink) - Method in class org.apache.maven.plugin.changelog.FileActivityReport
-
method that generates the report for this mojo.
- doSummary(ChangeLogSet, ResourceBundle, Sink) - Method in class org.apache.maven.plugin.changelog.ChangeLogReport
-
Generate the summary section of the report.