Class ScanResults
- java.lang.Object
-
- com.hcl.appscan.jenkins.plugin.actions.AppScanAction
-
- com.hcl.appscan.jenkins.plugin.actions.ScanResults
-
- com.ibm.appscan.jenkins.plugin.actions.ScanResults
-
- All Implemented Interfaces:
Action
,ModelObject
,SimpleBuildStep.LastBuildAction
public class ScanResults extends ScanResults
-
-
Field Summary
-
Fields inherited from class com.hcl.appscan.jenkins.plugin.actions.AppScanAction
ICON, m_project, URL
-
-
Constructor Summary
Constructors Constructor Description ScanResults(Run<?,?> build, com.hcl.appscan.sdk.results.IResultsProvider provider, String name, String status, int totalFindings, int criticalCount, int highCount, int mediumCount, int lowCount, int infoCount)
-
Method Summary
-
Methods inherited from class com.hcl.appscan.jenkins.plugin.actions.ScanResults
doDynamic, getBuild, getCriticalCount, getDisplayName, getFailed, getHasResults, getHighCount, getInfoCount, getLabel, getLowCount, getMediumCount, getName, getProjectActions, getReport, getScanServerUrl, getScanType, getTotalFindings, getUrlName, isBetterThanLast
-
Methods inherited from class com.hcl.appscan.jenkins.plugin.actions.AppScanAction
getIconFileName, getProject
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface hudson.model.Action
getIconFileName
-
-