| Modifier and Type | Method and Description |
|---|---|
Fix |
Fix.withArtifactChanges(Set<ArtifactChange> artifactChanges) |
Fix |
Fix.withDescription(Message description) |
Fix |
Fix.withProperties(PropertyBag properties) |
| Modifier and Type | Method and Description |
|---|---|
Set<Fix> |
Result.getFixes()
An array of 'fix' objects, each of which represents a proposed fix to the problem indicated by the result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Result.setFixes(Set<Fix> fixes)
An array of 'fix' objects, each of which represents a proposed fix to the problem indicated by the result.
|
Result |
Result.withFixes(Set<Fix> fixes) |
Copyright © 2020 Contrast Security. All rights reserved.