reportbooster:bugzilla-report

Note:This goal should be used as a Maven report.

Full name:

project.gluebooster.maven:maven-reportbooster-plugin:0.4:bugzilla-report

Description:

This report is a report of a bugzilla database.

Attributes:

  • Requires a Maven 2.0 project to be executed.

Required Parameters

Name Type Since Description
dbDriverClassname String - Classname of the database driver. Example: com.mysql.jdbc.Driver
rootBugId int - Id of the root bug.

Optional Parameters

Name Type Since Description
dbDatabase String - Database name. Example: bugs (default name of bugzilla)
dbHost String - Host of the database. Example: localhost
dbPassword String - Password of the db user.
dbPort String - Port of the database. Example: 3306 (default port of MySQL)
dbUser String - User of the database. Example: root
xmlReportDir File - If an additional xml report should be generated, it will go there

Parameter Details

dbDatabase:

Database name. Example: bugs (default name of bugzilla)
  • Type: java.lang.String
  • Required: No
  • Expression: bugs

dbDriverClassname:

Classname of the database driver. Example: com.mysql.jdbc.Driver
  • Type: java.lang.String
  • Required: Yes
  • Expression: com.mysql.jdbc.Driver

dbHost:

Host of the database. Example: localhost
  • Type: java.lang.String
  • Required: No
  • Expression: localhost

dbPassword:

Password of the db user.
  • Type: java.lang.String
  • Required: No

dbPort:

Port of the database. Example: 3306 (default port of MySQL)
  • Type: java.lang.String
  • Required: No
  • Expression: 3306

dbUser:

User of the database. Example: root
  • Type: java.lang.String
  • Required: No
  • Expression: root

rootBugId:

Id of the root bug.
  • Type: int
  • Required: Yes

xmlReportDir:

If an additional xml report should be generated, it will go there
  • Type: java.io.File
  • Required: No