Class IssuesReportHelper
java.lang.Object
org.apache.maven.plugins.changes.issues.IssuesReportHelper
A helper class for generation of reports based on issues.
- Since:
- 2.4
- Version:
- $Id$
- Author:
- Dennis Lundberg
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
-
Method Summary
-
Field Details
-
COLUMN_ASSIGNEE
public static final int COLUMN_ASSIGNEE- See Also:
-
COLUMN_COMPONENT
public static final int COLUMN_COMPONENT- See Also:
-
COLUMN_CREATED
public static final int COLUMN_CREATED- See Also:
-
COLUMN_FIX_VERSION
public static final int COLUMN_FIX_VERSION- See Also:
-
COLUMN_ID
public static final int COLUMN_ID- See Also:
-
COLUMN_KEY
public static final int COLUMN_KEY- See Also:
-
COLUMN_PRIORITY
public static final int COLUMN_PRIORITY- See Also:
-
COLUMN_REPORTER
public static final int COLUMN_REPORTER- See Also:
-
COLUMN_RESOLUTION
public static final int COLUMN_RESOLUTION- See Also:
-
COLUMN_STATUS
public static final int COLUMN_STATUS- See Also:
-
COLUMN_SUMMARY
public static final int COLUMN_SUMMARY- See Also:
-
COLUMN_TYPE
public static final int COLUMN_TYPE- See Also:
-
COLUMN_UPDATED
public static final int COLUMN_UPDATED- See Also:
-
COLUMN_VERSION
public static final int COLUMN_VERSION- See Also:
-
-
Constructor Details
-
IssuesReportHelper
public IssuesReportHelper()
-
-
Method Details
-
getColumnIds
Get a list of id:s for the columns that are to be included in the report.- Parameters:
columnNames
- The names of the columnsallColumns
- A mapping from column name to column id- Returns:
- A List of column id:s
-
printValues
Print a list of values separated by commas.- Parameters:
values
- The values to print- Returns:
- A nicely formatted string of values.
-