Files
gtav-src/tools_ng/bin/CruiseControl/WebDashboard/doc/CCNET/XSL Report Build Plugin.html
T
2025-09-29 00:52:08 +02:00

81 lines
3.6 KiB
HTML
Executable File

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>CruiseControl.NET : XSL Report Build Plugin</title>
<link rel="stylesheet" href="styles/site.css" type="text/css" />
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<table class="pagecontent" border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#ffffff">
<tr>
<td valign="top" class="pagebody">
<div class="pageheader">
<span class="pagetitle">
CruiseControl.NET : XSL Report Build Plugin
</span>
</div>
<div class="pagesubheading">
This page last changed on Aug 15, 2005 by <font color="#0050B2">mroberts</font>.
</div>
<p>The Xsl Report Build Plugin shows detailed output for a specific build using a configured XSL Transform.</p>
<p>See <a href="XSL Files.html" title="XSL Files">XSL Files</a> for a list of available XSL transforms and how to use your own transforms.</p>
<p>This is a <a href="Project Configurable Build Plugin.html" title="Project Configurable Build Plugin">Project Configurable Build Plugin</a>.</p>
<h3><a name="XSLReportBuildPlugin-Example"></a>Example</h3>
<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
<pre class="code-xml"><span class="code-tag">&lt;xslReportBuildPlugin description=<span class="code-quote">"NUnit Details"</span> actionName=<span class="code-quote">"NUnitDetailsBuildReport"</span> xslFileName=<span class="code-quote">"xsl\tests.xsl"</span> /&gt;</span></pre>
</div></div>
<h3><a name="XSLReportBuildPlugin-ConfigurationElements"></a>Configuration Elements</h3>
<table class='confluenceTable'><tbody>
<tr>
<th class='confluenceTh'> Node </th>
<th class='confluenceTh'> Description </th>
<th class='confluenceTh'> Type </th>
<th class='confluenceTh'> Required </th>
<th class='confluenceTh'> Default </th>
</tr>
<tr>
<td class='confluenceTd'> <a name="XSLReportBuildPlugin-xslFileNames"></a> description </td>
<td class='confluenceTd'> The description that will appear for the Plugin in the Dashboard </td>
<td class='confluenceTd'> string </td>
<td class='confluenceTd'> yes </td>
<td class='confluenceTd'> n/a </td>
</tr>
<tr>
<td class='confluenceTd'> <a name="XSLReportBuildPlugin-xslFileNames"></a> actionName </td>
<td class='confluenceTd'> A name for the action for this instance of the plugin. This must be strictly alpha-Numerical with no spaces and <b>unique</b> </td>
<td class='confluenceTd'> string </td>
<td class='confluenceTd'> yes </td>
<td class='confluenceTd'> n/a </td>
</tr>
<tr>
<td class='confluenceTd'> <a name="XSLReportBuildPlugin-xslFileNames"></a> xslFileName </td>
<td class='confluenceTd'> The file containing the XSL transform to use. The path is relative to the root directory of the Web Dashboard </td>
<td class='confluenceTd'> string </td>
<td class='confluenceTd'> yes </td>
<td class='confluenceTd'> n/a </td>
</tr>
</tbody></table>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td height="12" background="http://confluence.public.thoughtworks.org//images/border/border_bottom.gif"><img src="images/border/spacer.gif" width="1" height="1" border="0"/></td>
</tr>
<tr>
<td align="center"><font color="grey">Document generated by Confluence on Mar 14, 2009 02:55</font></td>
</tr>
</table>
</body>
</html>