xsl Report Build Plugin¶
The Xsl Report Build Plugin shows detailed output for a specific build using a configured XSL Transform.
LinkDescription : no description set
Examples¶
1<xslReportBuildPlugin description="NUnit Details" actionName="NUnitDetailsBuildReport" xslFileName="xsl\tests.xsl" />
Configuration Elements¶
Element | Description | Type | Required | Default | Version |
actionName | The suffix for the hyperlink. For the BuildReportBuildPlugin this is : ViewBuildReport A name for the action for this instance of the plugin. This must be strictly alpha Numerical with no spaces and unique. | String | Yes | NoActionSet | 1.0 |
description | The description for the hyperlink you would like to see in the build log panel. The BuildReportBuildPlugin has description : Build Report | String | Yes | no description set | 1.3 |
excludedProjects | The projects to exclude from this plug-in. This is currently not implemented. |
String array | No | None | 1.0 |
includedProjects | The projects to include in this plug-in. This is currently not implemented. |
String array | No | None | 1.0 |
parameters | Optional parameters to pass into the XSLT. | xsltParameter array | No | ||
xslFileName | The xsl file to use to transform the build log. Location is relative to the web.config file. Standard installation places the xsl files in the xsl folder. | String | Yes | 1.0 |
Automatically Generated¶
Documentation generated on Monday, 26 May 2014 at 7:18:05 AM