Uses of Class
io.jenkins.plugins.checkpoint.cloudguard.report.CodeFinding
-
Packages that use CodeFinding Package Description io.jenkins.plugins.checkpoint.cloudguard.report -
-
Uses of CodeFinding in io.jenkins.plugins.checkpoint.cloudguard.report
Methods in io.jenkins.plugins.checkpoint.cloudguard.report that return types with arguments of type CodeFinding Modifier and Type Method Description ArrayList<CodeFinding>
SourceGuardReportResults. getCode()
Method parameters in io.jenkins.plugins.checkpoint.cloudguard.report with type arguments of type CodeFinding Modifier and Type Method Description j2html.tags.ContainerTag
SourceGuardReportGenerator. renderCodeFindingsTable(ArrayList<CodeFinding> codeFindings)
void
SourceGuardReportResults. setCode(ArrayList<CodeFinding> code)
-