public class ApiClient extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApiClient.UploadResult |
| Constructor and Description |
|---|
ApiClient(String baseUrl,
String apiKey,
ConsoleLogger logger) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFindings(String projectUuid) |
boolean |
isTokenBeingProcessed(UUID uuid) |
ApiClient.UploadResult |
upload(String projectId,
String projectName,
String projectVersion,
hudson.FilePath artifact,
boolean isScanResult,
boolean autoCreateProject) |
public ApiClient(String baseUrl, String apiKey, ConsoleLogger logger)
public String getFindings(String projectUuid) throws ApiClientException
ApiClientExceptionpublic ApiClient.UploadResult upload(String projectId, String projectName, String projectVersion, hudson.FilePath artifact, boolean isScanResult, boolean autoCreateProject) throws IOException
IOExceptionpublic boolean isTokenBeingProcessed(UUID uuid) throws ApiClientException
ApiClientExceptionCopyright © 2018–2019 OWASP. All rights reserved.