| Package | Description |
|---|---|
| org.jenkinsci.plugins.DependencyTrack | |
| org.jenkinsci.plugins.DependencyTrack.model | |
| org.jenkinsci.plugins.DependencyTrack.transformer |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Finding> |
FindingParser.getFindings() |
List<Finding> |
ResultAction.getFindings() |
| Constructor and Description |
|---|
ResultAction(ArrayList<Finding> findings,
SeverityDistribution severityDistribution) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Result |
RiskGate.evaluate(SeverityDistribution previousDistribution,
List<Finding> previousFindings,
SeverityDistribution currentDistribution,
List<Finding> currentFindings)
Evaluates if the current results meet or exceed the defined threshold.
|
hudson.model.Result |
RiskGate.evaluate(SeverityDistribution previousDistribution,
List<Finding> previousFindings,
SeverityDistribution currentDistribution,
List<Finding> currentFindings)
Evaluates if the current results meet or exceed the defined threshold.
|
| Modifier and Type | Method and Description |
|---|---|
net.sf.json.JSONObject |
FindingsTransformer.transform(List<Finding> findings) |
Copyright © 2018–2019 OWASP. All rights reserved.