Package com.acunetix.model
Class ScanRequest
java.lang.Object
com.acunetix.model.ScanRequestBase
com.acunetix.model.ScanRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Stringfinal ScanTypefinal URIfinal URIfinal VCSCommitfinal StringFields inherited from class com.acunetix.model.ScanRequestBase
ApiToken, ApiURL, json, proxy -
Constructor Summary
ConstructorsConstructorDescriptionScanRequest(String apiURL, Secret apiToken, String scanType, String websiteId, String profileId, VCSCommit vcsCommit, ProxyBlock proxy) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hc.core5.http.ClassicHttpResponseorg.apache.hc.core5.http.ClassicHttpResponseMethods inherited from class com.acunetix.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
-