1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-10 21:33:38 +00:00
Files
MeshAgent/DevOps/ProtexAutomation/GenerateCodeCenterDashboard
Ylian Saint-Hilaire 3c80473a94 Major agent update.
2018-09-05 11:01:17 -07:00
..
2018-09-05 11:01:17 -07:00

GenerateCodeCenterDashboard.java parses the Code Center Application results xml files generated by GetAssociateAndValidateResult.java; 
read the data and writes the data in a summary (Dashboard) into the output html file. 
NOTE: All the Code Center Application xml files are required to be stored in a single folder

How to Execute:
java -jar GenerateProtexScanDashboard.jar <stored scan files Path\foldername> <output file path\filename>

Input Parameters:
	        IN arg[0] - Location (PATH) of Code Center result files
	        OUT arg[1] - Dashboard Output Path\filename.html


Example:
Windows> java -jar GenerateCodeCenterDashboard.jar c:\Results\CCXML c:\Results\CodeCenter_Dashboard.html
Linux> java -jar GenerateCodeCenterDashboard.jar /Results/CCXML /Results/CodeCenter_Dashboard.html

Output:
Windows: c:\Results\CodeCenter_Dashboard.html (Will contain scan result summary of all Code Center xml files)
Linux: /Results/CodeCenter_Dashboard.html (Will contain scan result summary of all Code Center xml files)