Package com.netsparker.cloud.model
Class ScanInfoRequest
java.lang.Object
com.netsparker.cloud.model.ScanRequestBase
com.netsparker.cloud.model.ScanInfoRequest
-
Field Summary
Fields inherited from class com.netsparker.cloud.model.ScanRequestBase
ApiToken, ApiURL, json, proxy
-
Constructor Summary
ConstructorDescriptionScanInfoRequest
(String apiURL, Secret apiToken, String scanTaskId, Boolean doNotFail, Boolean isConfirmed, IgnoredVulnerabilityStateFilters filters, ProxyBlock proxy) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hc.core5.http.ClassicHttpResponse
org.apache.hc.core5.http.ClassicHttpResponse
Methods inherited from class com.netsparker.cloud.model.ScanRequestBase
getAuthHeader, getHttpClient
-
Field Details
-
scanTaskId
-
scanInfoUri
-
filters
-
doNotFail
-
isConfirmed
-
-
Constructor Details
-
ScanInfoRequest
public ScanInfoRequest(String apiURL, Secret apiToken, String scanTaskId, Boolean doNotFail, Boolean isConfirmed, IgnoredVulnerabilityStateFilters filters, ProxyBlock proxy) throws MalformedURLException, NullPointerException, URISyntaxException
-
-
Method Details
-
scanInfoRequestOld
- Throws:
IOException
-
scanInfoRequest
- Throws:
IOException
-