public class ScanRequest extends ScanRequestBase
| Modifier and Type | Field and Description |
|---|---|
String |
profileId |
ScanType |
scanType |
URI |
scanUri |
URI |
testUri |
VCSCommit |
vcsCommit |
String |
websiteId |
ApiToken, ApiURL, json| Constructor and Description |
|---|
ScanRequest(String apiURL,
String apiToken,
String scanType,
String websiteId,
String profileId,
VCSCommit vcsCommit) |
| Modifier and Type | Method and Description |
|---|---|
net.sf.corn.httpclient.HttpResponse |
scanRequest() |
net.sf.corn.httpclient.HttpResponse |
testRequest() |
public final ScanType scanType
public final String websiteId
public final String profileId
public final VCSCommit vcsCommit
public final URI scanUri
public final URI testUri
public ScanRequest(String apiURL, String apiToken, String scanType, String websiteId, String profileId, VCSCommit vcsCommit) throws MalformedURLException, NullPointerException, URISyntaxException
public net.sf.corn.httpclient.HttpResponse scanRequest()
throws IOException,
URISyntaxException
IOExceptionURISyntaxExceptionpublic net.sf.corn.httpclient.HttpResponse testRequest()
throws IOException,
URISyntaxException
IOExceptionURISyntaxExceptionCopyright © 2016–2018. All rights reserved.