Package org.jenkinsci.plugins.vines
Class VinesClient
java.lang.Object
org.jenkinsci.plugins.vines.VinesClient
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]com.fasterxml.jackson.databind.JsonNodeDefinitive KPI endpoint with counts and max CVSS.com.fasterxml.jackson.databind.JsonNodecom.fasterxml.jackson.databind.JsonNodegetSummary(String scanId) Legacy fallbacks (optional).
-
Constructor Details
-
VinesClient
-
-
Method Details
-
startScan
- Throws:
IOExceptionInterruptedException
-
getStatus
public com.fasterxml.jackson.databind.JsonNode getStatus(String scanId) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-
getKpi
public com.fasterxml.jackson.databind.JsonNode getKpi(String scanId) throws IOException, InterruptedException Definitive KPI endpoint with counts and max CVSS.- Throws:
IOExceptionInterruptedException
-
getSummary
public com.fasterxml.jackson.databind.JsonNode getSummary(String scanId) throws IOException, InterruptedException Legacy fallbacks (optional).- Throws:
IOExceptionInterruptedException
-
fetchPdf
- Throws:
IOExceptionInterruptedException
-