+ Scan Statistics+(While the scan is running the data is updated every minute)+ |
+
+ |
|---|---|
| Scan Job Id | ${it.jobId} | +
| Status | ${it.status} | +
| Net scan time | ${it.netScanTime} | +
| Securities entities found | ${it.secEntitiesFound} | +
| Securities entities tested | ${it.secEntitiesTested} | +
| Scan start time | ${it.scanStartTime} | +
| Pages found | ${it.pagesFound} | +
| Pages scanned | ${it.pagesTested} | +
| Scanning phase | ${it.scanningPhase} | +
| Requests sent | ${it.reqSent} | +
| ${%Total Issues} | ${%High} | diff --git a/src/main/resources/com/hcl/appscan/jenkins/plugin/actions/ScanResults/statistics.jelly b/src/main/resources/com/hcl/appscan/jenkins/plugin/actions/ScanResults/statistics.jelly new file mode 100644 index 00000000..91dabcee --- /dev/null +++ b/src/main/resources/com/hcl/appscan/jenkins/plugin/actions/ScanResults/statistics.jelly @@ -0,0 +1,60 @@ + +
+ Scan Statistics+(While the scan is running the data is updated every minute)+ |
+
+ |
|---|---|
| Scan Job Id | ${it.jobId} | +
| Status | ${it.status} | +
| Net scan time | ${it.netScanTime} | +
| Securities entities found | ${it.secEntitiesFound} | +
| Securities entities tested | ${it.secEntitiesTested} | +
| Scan start time | ${it.scanStartTime} | +
| Pages found | ${it.pagesFound} | +
| Pages scanned | ${it.pagesTested} | +
| Scanning phase | ${it.scanningPhase} | +
| Requests sent | ${it.reqSent} | +