The Multiple XSL Report Build Plugin shows detailed output for a specific build. This report is generated by applying a list of XSL transforms to the build's log file. It also allows for end users create build reports that combine existing XSL stylesheets in order. This was previously only available on the Build Report Build Plugin.
See XSL Files for a list of available XSL transforms.
This is a Project Configurable Build Plugin.
Example
<xslMultiReportBuildPlugin description="Build and Test Details" actionName="NUnitDetailsBuildReport">
<xslFileNames>
<xslFile>xsl\header.xsl</xslFile>
<xslFile>xsl\compile.xsl</xslFile>
<xslFile>xsl\unittests.xsl</xslFile>
</xslFileNames>
</xslMultiReportBuildPlugin>
Configuration Elements
| Node |
Description |
Type |
Required |
Default |
| description |
The description that will appear for the Plugin in the Dashboard |
string |
yes |
n/a |
| actionName |
A name for the action for this instance of the plugin. This must be strictly alpha-Numerical with no spaces and unique |
string |
yes |
n/a |
| xslFileNames |
A list of <xslFile> tags, each one containing the path of an XSL file relative to the root of the WebDashboard folder. |
list of strings |
yes |
n/a |