public class ScanResultsTrend extends AppScanAction
ICON, m_project, URL
Constructor and Description |
---|
ScanResultsTrend(hudson.model.Run<?,?> project,
String type,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
doDynamic(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response) |
int |
getBuildCount()
Gets the number of builds that have
ScanResults . |
org.apache.wink.json4j.JSONObject |
getBuildFindingCounts()
Gets a JSONObject containing all scans and their results.
|
String |
getChartName()
Gets the name to use for the trend chart.
|
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
getProject
public String getIconFileName()
getIconFileName
in interface hudson.model.Action
getIconFileName
in class AppScanAction
public String getUrlName()
getUrlName
in interface hudson.model.Action
getUrlName
in class AppScanAction
public String getDisplayName()
public String getChartName()
public int getBuildCount()
ScanResults
.public org.apache.wink.json4j.JSONObject getBuildFindingCounts()
public void doDynamic(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) throws MalformedURLException, javax.servlet.ServletException, IOException
MalformedURLException
javax.servlet.ServletException
IOException
Copyright © 2016–2024 HCL. All rights reserved.