public class Finding extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
String |
getLocations() |
String |
getPackageName() |
io.jenkins.plugins.grypescanner.Finding.SEVERITY |
getSeverity() |
String |
getVersionInstalled() |
String |
getVulnId() |
void |
setLocations(String locations) |
void |
setPackageName(String packageName) |
void |
setSeverity(io.jenkins.plugins.grypescanner.Finding.SEVERITY severity) |
void |
setVersionInstalled(String versionInstalled) |
void |
setVulnId(String vulnId) |
public Finding(String[] props)
public String getPackageName()
public void setPackageName(String packageName)
public String getVersionInstalled()
public void setVersionInstalled(String versionInstalled)
public String getVulnId()
public void setVulnId(String vulnId)
public String getLocations()
public void setLocations(String locations)
public void setSeverity(io.jenkins.plugins.grypescanner.Finding.SEVERITY severity)
public io.jenkins.plugins.grypescanner.Finding.SEVERITY getSeverity()
Copyright © 2016–2023. All rights reserved.