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
IOException
InterruptedException
org.json.JSONObject getResult(String uuid) throws IOException, InterruptedException
IOException
InterruptedException
KryptowireService.AnalysisStatus getStatus(String hash) throws IOException, InterruptedException
IOException
InterruptedException
boolean isCompleted(String hash) throws IOException, InterruptedException
IOException
InterruptedException
void downloadReport(String hash, String type, File targetFile) throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2016–2018. All rights reserved.