de.smartics.maven.issues.bugzilla
Class BugzillaSectionReportMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.reporting.AbstractMavenReport
de.smartics.maven.issues.AbstractReportMojo
de.smartics.maven.issues.AbstractIssuesConnectionMojo
de.smartics.maven.issues.AbstractIssuesReportMojo
de.smartics.maven.issues.bugzilla.AbstractBugzillaReportMojo
de.smartics.maven.issues.bugzilla.BugzillaSectionReportMojo
-
All Implemented Interfaces:
-
ContextEnabled,
Mojo,
MavenReport
-
Direct Known Subclasses:
-
BugzillaReleaseNotesReportMojo
-
public class BugzillaSectionReportMojo
-
extends
AbstractBugzillaReportMojo
The report to generate release notes.
-
Author:
-
Robert Reiner
-
maven-goal:
-
bugzilla-section-report
-
maven-phase:
-
site
-
maven-requiresProject:
-
maven-description:
-
Generates a report using issues from the issues management system ordered by the target version.
Fields inherited from class de.smartics.maven.issues.AbstractIssuesConnectionMojo |
buildDirectory, ignoreLogoutProblem, issueManagementPassword, issueManagementSystem, issueManagementUrl, issueManagementUser, logColumns, maxRetries, offline, repositoryFacadeFactory, repositoryFacadeFactoryClass, repositoryVersion, skip, timeout, webPassword, webUser |
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class de.smartics.maven.issues.bugzilla.AbstractBugzillaReportMojo |
createQueryData, getCommandType, getComponent, getFilter, getIncludeOnSamePageAllOfVersion, getKeywords, getKeywordsType, getOrder, getProduct, getQueryName, getResolution, getStatus |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BugzillaSectionReportMojo
public BugzillaSectionReportMojo()
getOutputName
public String getOutputName()
-
-
-
See Also:
-
MavenReport.getOutputName()
getName
public String getName(Locale locale)
-
-
-
See Also:
-
MavenReport.getName(java.util.Locale)
getDescription
public String getDescription(Locale locale)
-
-
-
See Also:
-
MavenReport.getDescription(java.util.Locale)
getReportRenderer
protected String getReportRenderer()
-
Returns the name of the class that runs the rendering of the report page.
-
-
Specified by:
-
getReportRenderer
in class
AbstractIssuesReportMojo
-
-
Returns:
-
the name of the class that runs the rendering of the report page.
getColumns
protected String getColumns()
-
Returns the value for columns.
Lists the columns to be rendered. Each element of this list is a property of an issue. The identifiers given here must match the ones defined in the referenced issue management system. E.g. for Bugzilla these are defined in BugzillaAttribute
.
The values are separated by comma.
-
-
Specified by:
-
getColumns
in class
AbstractIssuesReportMojo
-
-
Returns:
-
the value for columns.
getColumnWidths
protected String getColumnWidths()
-
Returns the value for columnWidths.
Lists the column width to be used to set to the columns. If the value is 0
(zero) no width will be set explicitly for that column.
-
-
Specified by:
-
getColumnWidths
in class
AbstractIssuesReportMojo
-
-
Returns:
-
the value for columnWidths.
Copyright © 2008-2013
Kronseder & Reiner GmbH - smartics. All Rights Reserved.