Package com.netsparker.cloud.model
Class ScanRequest
java.lang.Object
com.netsparker.cloud.model.ScanRequestBase
com.netsparker.cloud.model.ScanRequest
-
Field Summary
Modifier and TypeFieldDescriptionfinal String
final ScanType
final URI
final URI
final VCSCommit
final String
Fields inherited from class com.netsparker.cloud.model.ScanRequestBase
ApiToken, ApiURL, json, proxy
-
Constructor Summary
ConstructorDescriptionScanRequest
(String apiURL, Secret apiToken, String scanType, String websiteId, String profileId, VCSCommit vcsCommit, 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
-
scanType
-
websiteId
-
profileId
-
vcsCommit
-
scanUri
-
testUri
-
-
Constructor Details
-
ScanRequest
public ScanRequest(String apiURL, Secret apiToken, String scanType, String websiteId, String profileId, VCSCommit vcsCommit, ProxyBlock proxy) throws MalformedURLException, NullPointerException, URISyntaxException
-
-
Method Details
-
scanRequest
- Throws:
IOException
-
testRequest
- Throws:
IOException
-