Package io.codemodder.codetf
Class CodeTFResult.Builder
java.lang.Object
io.codemodder.codetf.CodeTFResult.Builder
- Enclosing class:
- CodeTFResult
Builder for CodeTFResult which was based on an existing instance.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withAdditionalReferences(List<CodeTFReference> references) Update the CodeTFResult with additional references.withChangeset(List<CodeTFChangesetEntry> changeset) withDescription(String description) Update the CodeTFResult with the given description.withDetectionTool(DetectionTool detectionTool) withFailureState(Failure failure) withReferences(List<CodeTFReference> references) withSummary(String summary) Update the CodeTFResult with the given summary.withUnfixedFindings(List<UnfixedFinding> unfixedFindings)
-
Method Details
-
withSummary
Update the CodeTFResult with the given summary. -
withDescription
Update the CodeTFResult with the given description. -
withFailureState
-
withReferences
-
withAdditionalReferences
Update the CodeTFResult with additional references. -
withDetectionTool
-
withChangeset
-
withUnfixedFindings
-
build
-