Class ScanResultsTrend
java.lang.Object
com.hcl.appscan.jenkins.plugin.actions.AppScanAction
com.hcl.appscan.jenkins.plugin.actions.ScanResultsTrend
- All Implemented Interfaces:
Action,ModelObject
-
Field Summary
Fields inherited from class com.hcl.appscan.jenkins.plugin.actions.AppScanAction
ICON, m_project, URL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoDynamic(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) intGets the number of builds that haveScanResults.org.apache.wink.json4j.JSONObjectGets a JSONObject containing all scans and their results.Gets the name to use for the trend chart.Methods inherited from class com.hcl.appscan.jenkins.plugin.actions.AppScanAction
getProject
-
Constructor Details
-
ScanResultsTrend
-
-
Method Details
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction- Overrides:
getIconFileNamein classAppScanAction
-
getUrlName
- Specified by:
getUrlNamein interfaceAction- Overrides:
getUrlNamein classAppScanAction
-
getDisplayName
-
getChartName
Gets the name to use for the trend chart.- Returns:
-
getBuildCount
public int getBuildCount()Gets the number of builds that haveScanResults.- Returns:
-
getBuildFindingCounts
public org.apache.wink.json4j.JSONObject getBuildFindingCounts()Gets a JSONObject containing all scans and their results.- Returns:
-
doDynamic
public void doDynamic(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) throws MalformedURLException, javax.servlet.ServletException, IOException - Throws:
MalformedURLExceptionjavax.servlet.ServletExceptionIOException
-