Source Code Summary Plugin
Displays statistical information about the source code of a project.
Parameters:
Parameter
Description
projectId
Optional parameter, a single number for the project’s ID. If missing, the plugin will show the data for the current project.
Appearance Parameters (Optional)
Appearance Parameters (Optional)
Parameter
Description
title
Optional parameter, the title text displayed above the chart/data-table.
tooltip
Optional parameter, the tooltip information displayed as a little tooltip when the mouse hovers over the table.
cssClass
Optional, CSS class to apply to the box that encloses the chart and the table.
cssStyle
Optional, CSS style to modify the appearance of the box that encloses the chart and the table.
Samples:
[{SourceCodeSummary}]
displays the source code statistics for the current project.
[{SourceCodeSummary projectId='2'}]
displays the same for another project.
Was this helpful?