public interface KryptowireService
| Modifier and Type | Interface and Description |
|---|---|
static class |
KryptowireService.AnalysisStatus |
| Modifier and Type | Method and Description |
|---|---|
void |
downloadReport(String hash,
String type,
File targetFile) |
org.json.JSONObject |
getResult(String uuid) |
KryptowireService.AnalysisStatus |
getStatus(String hash) |
boolean |
isCompleted(String hash) |
org.json.JSONObject |
submit(String platform,
hudson.FilePath filePath) |
org.json.JSONObject submit(String platform, hudson.FilePath filePath) throws IOException, InterruptedException
IOExceptionInterruptedExceptionorg.json.JSONObject getResult(String uuid) throws IOException, InterruptedException
IOExceptionInterruptedExceptionKryptowireService.AnalysisStatus getStatus(String hash) throws IOException, InterruptedException
IOExceptionInterruptedExceptionboolean isCompleted(String hash) throws IOException, InterruptedException
IOExceptionInterruptedExceptionvoid downloadReport(String hash, String type, File targetFile) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2016–2018. All rights reserved.