| Modifier and Type | Method and Description |
|---|---|
Suppression |
Suppression.withGuid(String guid) |
Suppression |
Suppression.withJustification(String justification) |
Suppression |
Suppression.withKind(Suppression.Kind kind) |
Suppression |
Suppression.withLocation(Location location) |
Suppression |
Suppression.withProperties(PropertyBag properties) |
Suppression |
Suppression.withStatus(Suppression.Status status) |
| Modifier and Type | Method and Description |
|---|---|
Set<Suppression> |
Result.getSuppressions()
A set of suppressions relevant to this result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Result.setSuppressions(Set<Suppression> suppressions)
A set of suppressions relevant to this result.
|
Result |
Result.withSuppressions(Set<Suppression> suppressions) |
Copyright © 2020 Contrast Security. All rights reserved.