Uses of Class
io.jenkins.plugins.checkpoint.cloudguard.report.ReportType
-
Packages that use ReportType Package Description io.jenkins.plugins.checkpoint.cloudguard.report io.jenkins.plugins.checkpoint.cloudguard.shiftleft -
-
Uses of ReportType in io.jenkins.plugins.checkpoint.cloudguard.report
Methods in io.jenkins.plugins.checkpoint.cloudguard.report that return ReportType Modifier and Type Method Description static ReportTypeReportType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReportType[]ReportType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.jenkins.plugins.checkpoint.cloudguard.report with parameters of type ReportType Modifier and Type Method Description static ReportGeneratorReportGeneratorFactory. getReportGenerator(ReportType reportType, com.google.gson.JsonObject jsonObject) -
Uses of ReportType in io.jenkins.plugins.checkpoint.cloudguard.shiftleft
Methods in io.jenkins.plugins.checkpoint.cloudguard.shiftleft that return ReportType Modifier and Type Method Description ReportTypeBladeBuilder.CodeScan. getReportType()ReportTypeBladeBuilder.ImageScan. getReportType()Methods in io.jenkins.plugins.checkpoint.cloudguard.shiftleft with parameters of type ReportType Modifier and Type Method Description voidShiftleftBuilderExecutor. processScanResults(String stdout, String stderr, TaskListener listener, FilePath scanResultsPath, String scanReportFilename, ReportType reportType)
-