public class ScanSettings extends Object
| Constructor and Description |
|---|
ScanSettings(String configName,
String reportName,
Boolean enableScan,
Boolean generateReport,
String scanConfigName,
String scanConfigUrl,
String scanConfigEngineGroupName)
Constructs a DTO style container object storing scan settings from Jenkins
|
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigName() |
boolean |
getEnableScan() |
boolean |
getGenerateReport() |
String |
getNewConfigName() |
String |
getNewConfigUrl() |
String |
getReportName() |
String |
getScanConfigEngineGroupName() |
int |
getStatusPollTime() |
void |
resetNewConfigValues() |
void |
setConfigName(String configName) |
public ScanSettings(String configName, String reportName, Boolean enableScan, Boolean generateReport, String scanConfigName, String scanConfigUrl, String scanConfigEngineGroupName)
configName - name of the scan config to runreportName - name of the reportenableScan - when to enable a new scangenerateReport - whether to generate a report at the end of the scanscanConfigName - name of the scan configuration to run (as known to AppSpider Enterprise)scanConfigUrl - URL of the scan configurationscanConfigEngineGroupName - name of the engine group to run the scan underpublic String getConfigName()
public void setConfigName(String configName)
public String getReportName()
public boolean getEnableScan()
public boolean getGenerateReport()
public String getNewConfigName()
public String getScanConfigEngineGroupName()
public String getNewConfigUrl()
public int getStatusPollTime()
public void resetNewConfigValues()
Copyright © 2016–2021. All rights reserved.