public class SeverityDistribution extends Object implements Serializable
Constructor and Description |
---|
SeverityDistribution(int buildNumber) |
Modifier and Type | Method and Description |
---|---|
void |
add(Severity severity) |
int |
getBuildNumber() |
int |
getCritical() |
int |
getHigh() |
int |
getInfo() |
int |
getLow() |
int |
getMedium() |
int |
getUnassigned() |
public int getBuildNumber()
public int getCritical()
public int getHigh()
public int getMedium()
public int getLow()
public int getInfo()
public int getUnassigned()
public void add(Severity severity)
Copyright © 2012–2021 OWASP. All rights reserved.