public class Client extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Client.APIException |
| Constructor and Description |
|---|
Client(String accessKey,
String secretKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Report |
getReport(String siteID,
String scanID) |
boolean |
isScanRunning(String siteID,
String scanID) |
void |
setAPIHost(String host) |
Scan |
startScan(String siteID) |
public void setAPIHost(String host)
public Scan startScan(String siteID) throws Client.APIException
Client.APIExceptionpublic boolean isScanRunning(String siteID, String scanID) throws Client.APIException
Client.APIExceptionpublic Report getReport(String siteID, String scanID) throws Client.APIException
Client.APIExceptionpublic void close()
Copyright © 2004-2015. All Rights Reserved.