Package org.aerogear.kryptowire
Interface KryptowireService
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoiddownloadReport(String hash, String type, File targetFile) org.json.JSONObjectbooleanisCompleted(String hash) org.json.JSONObjectorg.json.JSONObject
-
Method Details
-
submit
org.json.JSONObject submit(String platform, FilePath filePath) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-
submit
org.json.JSONObject submit(String platform, FilePath filePath, FilePath appiumScript) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-
getResult
- Throws:
IOExceptionInterruptedException
-
getStatus
- Throws:
IOExceptionInterruptedException
-
isCompleted
- Throws:
IOExceptionInterruptedException
-
downloadReport
void downloadReport(String hash, String type, File targetFile) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-