*** IMPORTANT: USE this Report AFTER the merge and chart report, it will calculate the movers and generate of the Movers report.
Parameters for the goal:
Parameter | Type | Expression | Default Value | Description |
---|---|---|---|---|
moversBundledXsl (Optional) |
String
|
-
|
qalab-movers-xdoc.xsl
|
The xslt stylesheet bundled, either qalab-movers-xdoc.xsl or qalab-movers-html.xsl. |
moversStyleSheet (Optional) |
File
|
-
|
-
|
The xslt style sheet. |
outputDirectory
|
String
|
${project.build.directory}/generated-site/xdoc
|
-
|
The directory where the generated html report will go. @ parameter expression="${project.reporting.outputDirectory}/qalab" |
outputFileName
|
String
|
movers.xml
|
-
|
The report file name. |
project
|
MavenProject
|
${project}
|
-
|
The maven project. |
qalabFile (Optional) |
File
|
${project.basedir}/qalab.xml
|
-
|
The qalabFile, typically qalab.xml. |
qalabMoversOutputFile (Optional) |
File
|
${project.build.directory}/qalab/qalab-movers.xml
|
-
|
The output XML file with ups and downs. |
quiet (Optional) |
boolean
|
-
|
false
|
If true then any debug logging output will be suppressed. |
siteRenderer (Optional) (Discovered) |
SiteRenderer
|
-
|
-
|
Not sure what this is. |
startTimeHoursOffset (Optional) |
String
|
-
|
54
|
The number of hours to define the time window from now. |
types (Optional) |
String
|
-
|
checkstyle,pmd,findbugs,cobertura-line,cobertura-branch
|
Statistic types to be taken into account (checkstyle|findbugs|pmd|simian|pmd-cpd|cobertura-line|cobertura-branch). Or comma separated combinations. Default is checkstyle, pmd and findbugs. Please note that there is no point of adding pmd-cpd or simian as no statistics are kept at file level for those. |
weekendAdjustment (Optional) |
boolean
|
-
|
true
|
if true, adjust for weekend ie add 48h if start time falls on a weekend. |